[DEV] add dependency of CPPX11
This commit is contained in:
parent
9c5031a6ee
commit
1616d833e8
@ -6,6 +6,10 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
# Setup different environments to test
|
||||||
|
env:
|
||||||
|
- CPP11=1
|
||||||
|
|
||||||
# build branch requested
|
# build branch requested
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -20,7 +24,7 @@ before_script:
|
|||||||
# build sequence with Lutin :
|
# build sequence with Lutin :
|
||||||
script:
|
script:
|
||||||
- if [ "$CXX" == "clang++" ]; then ./build/lutin.py -cclang -mdebug -p ewol; fi
|
- if [ "$CXX" == "clang++" ]; then ./build/lutin.py -cclang -mdebug -p ewol; fi
|
||||||
- if [ "$CXX" == "g++" ]; then script: ./build/lutin.py -cgcc -mdebug -p ewol; fi
|
- if [ "$CXX" == "g++" ]; then ./build/lutin.py -cgcc -mdebug -p ewol; fi
|
||||||
|
|
||||||
#send e-mail on compilation result:
|
#send e-mail on compilation result:
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user