mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Merge pull request #694 from asuessenbach/gcc
Add gcc-9 to use with travis-CI
This commit is contained in:
commit
90848b6fbe
14
.travis.yml
14
.travis.yml
@ -63,6 +63,20 @@ matrix:
|
|||||||
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
||||||
compiler: g++-8
|
compiler: g++-8
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-9
|
||||||
|
- ninja-build
|
||||||
|
- xorg-dev
|
||||||
|
- libglu1-mesa-dev
|
||||||
|
env:
|
||||||
|
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
|
||||||
|
compiler: g++-9
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user