mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-27 21:44:18 +01:00
Add clang 5
This commit is contained in:
parent
95be02d4ce
commit
2c566b208b
@ -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 New Issue
Block a user