mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
Travis: use trusty distro
This commit is contained in:
parent
42dbde1b65
commit
b981677848
12
.travis.yml
12
.travis.yml
@ -3,7 +3,8 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
|
|
||||||
# If linux, use precise
|
# If linux, use precise
|
||||||
dist: precise
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
|
||||||
language:
|
language:
|
||||||
- cpp
|
- cpp
|
||||||
@ -20,16 +21,13 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
# PPAs to get newer toolchains
|
# PPAs to get newer toolchains
|
||||||
- llvm-toolchain-precise
|
- llvm-toolchain-trusty-5.0
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
# PPA to get a semi-recent cmake (3.2)
|
|
||||||
- george-edison55-precise-backports
|
|
||||||
packages:
|
packages:
|
||||||
# Get recent compilers
|
# Get recent compilers
|
||||||
- clang-5.0
|
- clang-5.0
|
||||||
# Get a newer CMake than the 2.8 default
|
# Pull a recent version of libstdc++
|
||||||
- cmake
|
- libstdc++-6-dev
|
||||||
- cmake-data
|
|
||||||
# Ninja builds are faster
|
# Ninja builds are faster
|
||||||
- ninja-build
|
- ninja-build
|
||||||
# Required for the code generator, unfortunately this is jinja2 2.6 which lacks some of the options we use
|
# Required for the code generator, unfortunately this is jinja2 2.6 which lacks some of the options we use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user