mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Merge pull request #511 from mtavenrath/bionic
Switch travis distribution from trusty (14.04) to bionic (18.04)
This commit is contained in:
commit
4ddfb68025
@ -1,7 +1,7 @@
|
|||||||
# Build Configuration for Travis CI
|
# Build Configuration for Travis CI
|
||||||
# https://travis-ci.org
|
# https://travis-ci.org
|
||||||
|
|
||||||
dist: trusty
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -68,18 +68,17 @@ matrix:
|
|||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get purge g++
|
- sudo apt-get purge g++
|
||||||
- sudo apt-get install g++-6
|
- sudo apt-get install g++-6
|
||||||
- sudo apt-get install clang-3.6
|
- sudo apt-get install clang-3.9
|
||||||
- CC=clang-3.6 && CXX=clang++-3.6
|
- CC=clang-3.9 && CXX=clang++-3.9
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-trusty-3.6
|
|
||||||
packages:
|
packages:
|
||||||
- ninja-build
|
- ninja-build
|
||||||
- xorg-dev
|
- xorg-dev
|
||||||
- libglu1-mesa-dev
|
- libglu1-mesa-dev
|
||||||
compiler: clang++-3.6
|
compiler: clang++-3.9
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user