[DEV] update travis file
This commit is contained in:
parent
ffe4729614
commit
d6a81e292b
@ -13,8 +13,8 @@ os:
|
|||||||
# previous actions:
|
# previous actions:
|
||||||
before_script:
|
before_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
- git clone https://github.com/HeeroYui/etk.git
|
- git clone https://github.com/atria-soft/etk.git
|
||||||
- git clone https://github.com/HeeroYui/gtest.git
|
- git clone https://github.com/generic-library/gtest-lutin.git --recursive
|
||||||
- pwd
|
- pwd
|
||||||
- ls -l
|
- ls -l
|
||||||
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
||||||
@ -32,8 +32,8 @@ install:
|
|||||||
|
|
||||||
# build sequence with Lutin :
|
# build sequence with Lutin :
|
||||||
script:
|
script:
|
||||||
- lutin -C -P -c$BUILDER -mdebug -p exml_test
|
- lutin -C -P -c$BUILDER -mdebug -p exml-test
|
||||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/exml_test/usr/bin/exml_test -l6
|
- ./out/Linux_x86_64/debug/staging/$BUILDER/exml-test/usr/bin/exml-test -l6
|
||||||
|
|
||||||
#send e-mail on compilation result:
|
#send e-mail on compilation result:
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -3,6 +3,8 @@ exml
|
|||||||
|
|
||||||
`exml` ewol XML : is a XML parser generater for ewol
|
`exml` ewol XML : is a XML parser generater for ewol
|
||||||
|
|
||||||
|
[](https://travis-ci.org/atria-soft/exml)
|
||||||
|
|
||||||
Instructions
|
Instructions
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ def get_desc():
|
|||||||
|
|
||||||
def create(target):
|
def create(target):
|
||||||
# module name is 'edn' and type binary.
|
# module name is 'edn' and type binary.
|
||||||
myModule = module.Module(__file__, 'exml_test', 'BINARY')
|
myModule = module.Module(__file__, 'exml-test', 'BINARY')
|
||||||
|
|
||||||
# add the file to compile:
|
# add the file to compile:
|
||||||
myModule.add_src_file([
|
myModule.add_src_file([
|
Loading…
x
Reference in New Issue
Block a user