[DEV] update travis file

This commit is contained in:
Edouard DUPIN 2015-06-17 21:25:57 +02:00
parent ffe4729614
commit d6a81e292b
3 changed files with 7 additions and 5 deletions

View File

@ -13,8 +13,8 @@ os:
# previous actions:
before_script:
- cd ..
- git clone https://github.com/HeeroYui/etk.git
- git clone https://github.com/HeeroYui/gtest.git
- git clone https://github.com/atria-soft/etk.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
@ -32,8 +32,8 @@ install:
# build sequence with Lutin :
script:
- lutin -C -P -c$BUILDER -mdebug -p exml_test
- ./out/Linux_x86_64/debug/staging/$BUILDER/exml_test/usr/bin/exml_test -l6
- lutin -C -P -c$BUILDER -mdebug -p exml-test
- ./out/Linux_x86_64/debug/staging/$BUILDER/exml-test/usr/bin/exml-test -l6
#send e-mail on compilation result:
notifications:

View File

@ -3,6 +3,8 @@ exml
`exml` ewol XML : is a XML parser generater for ewol
[![Build Status](https://travis-ci.org/atria-soft/exml.svg?branch=master)](https://travis-ci.org/atria-soft/exml)
Instructions
============

View File

@ -9,7 +9,7 @@ def get_desc():
def create(target):
# 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:
myModule.add_src_file([