Travis config: clang
This commit is contained in:
parent
076235367e
commit
cd9c7eec01
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
# - clang
|
||||
- clang
|
||||
- gcc
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-thread-dev libcairo2-dev libfribidi-dev libpango1.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
|
||||
script: scons
|
||||
# scons cxxtool=$CXX
|
||||
script: scons cxxtool=$CXX
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Add table
Reference in a new issue