[DEV] update travis file
This commit is contained in:
parent
0e45f30afa
commit
e40415572e
@ -10,7 +10,7 @@ os:
|
||||
|
||||
before_script:
|
||||
- cd ..
|
||||
- git clone https://github.com/HeeroYui/gtest.git
|
||||
- git clone https://github.com/generic-library/gtest-lutin.git --recursive
|
||||
- pwd
|
||||
- ls -l
|
||||
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
||||
@ -26,8 +26,8 @@ install:
|
||||
- sudo pip install lutin
|
||||
|
||||
script:
|
||||
- lutin -C -P -c$BUILDER -mdebug -p etk_test
|
||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/etk_test/usr/bin/etk_test -l6
|
||||
- lutin -C -P -c$BUILDER -mdebug -p etk-test
|
||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/etk-test/usr/bin/etk-test -l6
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
@ -9,7 +9,7 @@ def get_desc():
|
||||
|
||||
def create(target):
|
||||
# module name is 'edn' and type binary.
|
||||
myModule = module.Module(__file__, 'etk_test', 'BINARY')
|
||||
myModule = module.Module(__file__, 'etk-test', 'BINARY')
|
||||
|
||||
# add the file to compile:
|
||||
myModule.add_src_file([
|
Loading…
Reference in New Issue
Block a user