2014-09-09 07:16:35 +02:00
|
|
|
# language type:
|
2014-09-09 06:10:01 +02:00
|
|
|
language: cpp
|
2014-09-09 07:16:35 +02:00
|
|
|
|
|
|
|
# build branch requested
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2014-09-09 07:23:31 +02:00
|
|
|
- dev
|
2014-09-09 07:16:35 +02:00
|
|
|
|
|
|
|
# previous actions:
|
|
|
|
before_script: git submodule init
|
|
|
|
before_script: git submodule update
|
|
|
|
|
|
|
|
# build sequence with Lutin :
|
2014-09-09 06:10:01 +02:00
|
|
|
script: ./build/lutin.py -cclang -mdebug -p ewol
|
2014-09-09 07:23:31 +02:00
|
|
|
script: ./build/lutin.py -cgcc -mdebug -p ewol
|
|
|
|
|
|
|
|
#send e-mail on compilation result:
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- yui.heero@gmail.com
|