[DEV] add test

This commit is contained in:
Edouard DUPIN 2014-09-11 21:25:06 +02:00
parent e5cf76c49c
commit 7c4d4ff1dc
2 changed files with 11 additions and 3 deletions

View File

@ -28,8 +28,16 @@ install:
# build sequence with Lutin :
script:
- if [ "$CXX" == "clang++" ]; then ./build/lutin.py -cclang -mdebug -p ewol; fi
- if [ "$CXX" == "g++" ]; then ./build/lutin.py -cgcc -mdebug -p ewol; fi
- if [ "$CXX" == "clang++" ]; then ./build/lutin.py -cclang -mdebug -p ewol etktest exmltest ejsontest enettest; fi
- if [ "$CXX" == "g++" ]; then ./build/lutin.py -cgcc -mdebug -p ewol etktest exmltest ejsontest enettest; fi
after_script:
- if [ "$CXX" == "clang++" ]; then ./out/Linux/debug/staging/clang/etktest//usr/bin/etktest; fi
- if [ "$CXX" == "clang++" ]; then ./out/Linux/debug/staging/clang/exmltest//usr/bin/exmltest; fi
- if [ "$CXX" == "clang++" ]; then ./out/Linux/debug/staging/clang/ejsontest//usr/bin/ejsontest; fi
- if [ "$CXX" == "g++" ]; then ./out/Linux/debug/staging/gcc/etktest//usr/bin/etktest; fi
- if [ "$CXX" == "g++" ]; then ./out/Linux/debug/staging/gcc/exmltest//usr/bin/exmltest; fi
- if [ "$CXX" == "g++" ]; then ./out/Linux/debug/staging/gcc/ejsontest//usr/bin/ejsontest; fi
#send e-mail on compilation result:
notifications:

2
external/etk vendored

@ -1 +1 @@
Subproject commit ce3243a5f438c6dc3158b5f1c786741132a51a6f
Subproject commit 3db451068b0a00411a9a89301986fcd99cab5115