mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
travis: see if compiler works in build matrix
This commit is contained in:
parent
06021c3427
commit
6ff86c2a64
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@ dist: trusty
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CC=gcc
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
env: CC=clang
|
||||
compiler: clang
|
||||
- os: osx
|
||||
env: CC=gcc
|
||||
compiler: gcc
|
||||
- os: osx
|
||||
env: CC=clang
|
||||
compiler: clang
|
||||
|
||||
cache:
|
||||
apt: true
|
||||
|
|
Loading…
Reference in a new issue