[DEV] update travis file

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

View File

@ -9,8 +9,10 @@ os:
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
install:
@ -24,8 +26,8 @@ install:
- sudo pip install lutin
script:
- lutin -C -P -c$BUILDER -mdebug -p ejson_test
- ./out/Linux_x86_64/debug/staging/$BUILDER/ejson_test/usr/bin/ejson_test
- lutin -C -P -c$BUILDER -mdebug -p ejson-test
- ./out/Linux_x86_64/debug/staging/$BUILDER/ejson-test/usr/bin/ejson-test
notifications:
email:

View File

@ -1,10 +1,10 @@
[![Build Status](https://travis-ci.org/HeeroYui/ejson.svg?branch=master)](https://travis-ci.org/HeeroYui/ejson)
ejson
=====
`ejson` is a simple json stream reader and writer
[![Build Status](https://travis-ci.org/atria-soft/ejson.svg?branch=master)](https://travis-ci.org/atria-soft/ejson)
Instructions
============

View File

@ -9,7 +9,7 @@ def get_desc():
def create(target):
# module name is 'edn' and type binary.
myModule = module.Module(__file__, 'ejson_test', 'BINARY')
myModule = module.Module(__file__, 'ejson-test', 'BINARY')
# add the file to compile:
myModule.add_src_file([