[DEBUG]travis file error

This commit is contained in:
Edouard DUPIN 2014-09-18 21:05:48 +02:00
parent 6076698201
commit f971c4fdfe

View File

@ -29,8 +29,8 @@ install:
# build sequence with Lutin :
script:
- if [ "$CXX" == "clang++" ]; then ./build/lutin.py -cclang -mdebug -p edn; fi
- if [ "$CXX" == "g++" ]; then ./build/lutin.py -cgcc -mdebug -p edn; fi
- if [ "$CXX" == "clang++" ]; then ./ewol/build/lutin.py -cclang -mdebug -p edn; fi
- if [ "$CXX" == "g++" ]; then ./ewol/build/lutin.py -cgcc -mdebug -p edn; fi
#send e-mail on compilation result:
notifications: