mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-15 22:05:52 +08:00
Bump clang version from 3.7 to 3.9 since clang-3.7 apt source is untrusted.
This commit is contained in:
parent
5cf22e3abc
commit
9ec7109089
10
.travis.yml
10
.travis.yml
@ -7,15 +7,15 @@ matrix:
|
|||||||
sources:
|
sources:
|
||||||
- george-edison55-precise-backports
|
- george-edison55-precise-backports
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-precise-3.7
|
- llvm-toolchain-trusty-3.9
|
||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
- clang-3.7
|
- clang-3.9
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: COMPILER_VERSION=3.7 BUILD_TYPE=Debug
|
env: COMPILER_VERSION=3.9 BUILD_TYPE=Debug
|
||||||
- addons: *1
|
- addons: *1
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: COMPILER_VERSION=3.7 BUILD_TYPE=Release
|
env: COMPILER_VERSION=3.9 BUILD_TYPE=Release
|
||||||
- addons: &2
|
- addons: &2
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -30,7 +30,7 @@ matrix:
|
|||||||
env: COMPILER_VERSION=4.9 BUILD_TYPE=Release EXTRA_CXXFLAGS="-fsanitize=address"
|
env: COMPILER_VERSION=4.9 BUILD_TYPE=Release EXTRA_CXXFLAGS="-fsanitize=address"
|
||||||
- addons: *1
|
- addons: *1
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: COMPILER_VERSION=3.7 BUILD_TYPE=Debug CFLAGS="-O0" CXXFLAGS="-O0"
|
env: COMPILER_VERSION=3.9 BUILD_TYPE=Debug CFLAGS="-O0" CXXFLAGS="-O0"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- ./.travis-before-install.sh
|
- ./.travis-before-install.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user