travis: refactor, add a clang C++11 build
merged build types 1 and 2
This commit is contained in:
parent
defb9e5051
commit
1fad866dc7
1 changed files with 0 additions and 7 deletions
|
@ -6,23 +6,16 @@ compiler:
|
|||
|
||||
env:
|
||||
- BUILD=1
|
||||
- BUILD=2
|
||||
- BUILD=3
|
||||
- BUILD=4
|
||||
- BUILD=5
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- compiler: gcc
|
||||
env: BUILD=2
|
||||
- compiler: gcc
|
||||
env: BUILD=3
|
||||
- compiler: gcc
|
||||
env: BUILD=5
|
||||
- compiler: clang
|
||||
env: BUILD=1
|
||||
- compiler: clang
|
||||
env: BUILD=4
|
||||
|
||||
before_install:
|
||||
- export TARGETS="wesnoth wesnothd campaignd test"
|
||||
|
|
Loading…
Add table
Reference in a new issue