mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 16:03:40 +00:00
Add clang 5
This commit is contained in:
parent
95be02d4ce
commit
2c566b208b
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,14 @@ matrix:
|
||||||
- llvm-toolchain-trusty-4.0
|
- llvm-toolchain-trusty-4.0
|
||||||
packages:
|
packages:
|
||||||
- clang-4.0 # note this is *NOT* the same version as clang-format
|
- clang-4.0 # note this is *NOT* the same version as clang-format
|
||||||
|
- os: linux
|
||||||
|
env: MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- llvm-toolchain-trusty-5.0
|
||||||
|
packages:
|
||||||
|
- clang-5.0
|
||||||
|
|
||||||
# prevent Travis from overwriting our CXX variables
|
# prevent Travis from overwriting our CXX variables
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in a new issue