1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-03 08:45:25 +01:00

Travis: Update clang from 4.0 to 5.0 (#6467)

* Update clang from 4.0 to 5.0
This commit is contained in:
Loïc Blot
2017-10-09 11:32:06 +02:00
committed by GitHub
parent e6e5fa3bf8
commit 17016090e3
12 changed files with 55 additions and 37 deletions

View File

@@ -61,32 +61,32 @@ matrix:
sources: &sources
- llvm-toolchain-trusty-3.6
- env: PLATFORM=Unix COMPILER=clang-4.0
- env: PLATFORM=Unix COMPILER=clang-5.0
compiler: clang
os: linux
addons:
apt:
packages: ['clang-4.0', 'clang++-4.0']
packages: ['clang-5.0', 'clang++-5.0']
sources: &sources
- llvm-toolchain-trusty-4.0
- llvm-toolchain-trusty-5.0
- env: PLATFORM=Unix COMPILER=clang-4.0 VALGRIND=1
- env: PLATFORM=Unix COMPILER=clang-5.0 VALGRIND=1
compiler: clang
os: linux
addons:
apt:
packages: ['valgrind', 'clang-4.0', 'clang++-4.0']
packages: ['valgrind', 'clang-5.0', 'clang++-5.0']
sources: &sources
- llvm-toolchain-trusty-4.0
- llvm-toolchain-trusty-5.0
- env: LINT=1
compiler: clang
os: linux
addons:
apt:
packages: ['clang-format-4.0']
packages: ['clang-format-5.0']
sources: &sources
- llvm-toolchain-trusty-4.0
- llvm-toolchain-trusty-5.0