mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
change gcc to clang - more verbose code checks
This commit is contained in:
parent
f1d059f1e7
commit
eae7bba255
1 changed files with 3 additions and 4 deletions
|
@ -12,12 +12,11 @@ matrix:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- llvm-toolchain-trusty-6.0
|
||||||
packages:
|
packages:
|
||||||
- gcc-7
|
- clang-6.0
|
||||||
- g++-7
|
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
|
||||||
|
|
||||||
# Setup cache
|
# Setup cache
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Add table
Reference in a new issue