From d6a81e292b134fbfc0bb4947b12a837c648cfad9 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 17 Jun 2015 21:25:57 +0200 Subject: [PATCH] [DEV] update travis file --- .travis.yml | 8 ++++---- README.md | 2 ++ lutin_exml_test.py => lutin_exml-test.py | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) rename lutin_exml_test.py => lutin_exml-test.py (93%) diff --git a/.travis.yml b/.travis.yml index a24c4b0..b1a2e5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index 17417fb..998f274 100644 --- a/README.md +++ b/README.md @@ -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 ============ diff --git a/lutin_exml_test.py b/lutin_exml-test.py similarity index 93% rename from lutin_exml_test.py rename to lutin_exml-test.py index ebf3592..cf15a3b 100644 --- a/lutin_exml_test.py +++ b/lutin_exml-test.py @@ -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([