1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 07:07:45 +00:00

maybe this works...

This commit is contained in:
NotAdam 2018-08-21 20:42:06 +10:00
parent eae7bba255
commit 09a89c6b56

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"