1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 10:47:45 +00:00

maybe this works...

This commit is contained in:
NotAdam 2018-08-21 20:42:06 +10:00
parent 30d2ea3ac5
commit 194801e776

View file

@ -12,9 +12,11 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0 - llvm-toolchain-trusty-6.0
packages: packages:
- clang-6.0 - clang-6.0
- g++-7
env: env:
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0" - MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"