[DEV] update travis file
This commit is contained in:
parent
3d4cd8dccb
commit
f51cec40a7
10
.travis.yml
10
.travis.yml
@ -9,8 +9,10 @@ os:
|
|||||||
|
|
||||||
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
|
||||||
|
- ls -l
|
||||||
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ -24,8 +26,8 @@ install:
|
|||||||
- sudo pip install lutin
|
- sudo pip install lutin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- lutin -C -P -c$BUILDER -mdebug -p ejson_test
|
- lutin -C -P -c$BUILDER -mdebug -p ejson-test
|
||||||
- ./out/Linux_x86_64/debug/staging/$BUILDER/ejson_test/usr/bin/ejson_test
|
- ./out/Linux_x86_64/debug/staging/$BUILDER/ejson-test/usr/bin/ejson-test
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
[![Build Status](https://travis-ci.org/HeeroYui/ejson.svg?branch=master)](https://travis-ci.org/HeeroYui/ejson)
|
|
||||||
|
|
||||||
ejson
|
ejson
|
||||||
=====
|
=====
|
||||||
|
|
||||||
`ejson` is a simple json stream reader and writer
|
`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
|
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__, 'ejson_test', 'BINARY')
|
myModule = module.Module(__file__, 'ejson-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