[DEV] update travis file
This commit is contained in:
parent
30fe9db11e
commit
5109b7b1d9
14
.travis.yml
14
.travis.yml
@ -1,3 +1,15 @@
|
|||||||
|
# language type:
|
||||||
language: cpp
|
language: cpp
|
||||||
before_script: git submodule init; git submodule update
|
|
||||||
|
# build branch requested
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- stable
|
||||||
|
|
||||||
|
# previous actions:
|
||||||
|
before_script: git submodule init
|
||||||
|
before_script: git submodule update
|
||||||
|
|
||||||
|
# build sequence with Lutin :
|
||||||
script: ./build/lutin.py -cclang -mdebug -p ewol
|
script: ./build/lutin.py -cclang -mdebug -p ewol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user