This commit is contained in:
parent
a05f9222ee
commit
56498af1a8
|
|
@ -34,8 +34,13 @@ compiler:
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- COMPILER=clang++-3.7 CONFIG=debug
|
global:
|
||||||
- COMPILER=clang++-3.7 CONFIG=release
|
- COMPILER=clang++-3.7
|
||||||
|
- CFLAGS="-Wall -Wextra"
|
||||||
|
- CXXFLAGS="-Wall -Wextra"
|
||||||
|
matrix:
|
||||||
|
- CONFIG=debug
|
||||||
|
- CONFIG=release
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd build &&
|
- cd build &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue