1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 16:37:45 +00:00

Merge pull request #375 from NotAdam/feature/clang

change gcc to clang - more verbose code checks
This commit is contained in:
Mordred 2018-08-23 15:46:30 +02:00 committed by GitHub
commit 69f6d868bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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