ewol/.travis.yml

22 lines
403 B
YAML
Raw Normal View History

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
- 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
script: ./build/lutin.py -cgcc -mdebug -p ewol
#send e-mail on compilation result:
notifications:
email:
- yui.heero@gmail.com