aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-02-17 12:45:15 +0100
committerJ08nY2017-02-17 12:45:15 +0100
commited0eb50048ee37ca0005122fdb8548a04f494f39 (patch)
tree8e7a9867413222f3948eb856945fc21fad65766f
parent7ae0d913d7bbfb286aaa9a5c9984e9bd7eb81df2 (diff)
downloadecgen-ed0eb50048ee37ca0005122fdb8548a04f494f39.tar.gz
ecgen-ed0eb50048ee37ca0005122fdb8548a04f494f39.tar.zst
ecgen-ed0eb50048ee37ca0005122fdb8548a04f494f39.zip
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7043b9d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: C
+
+compiler:
+ - clang
+ - gcc
+
+sudo: required
+
+before_install:
+ - sudo apt-get -qq update
+ - sudo apt-get install -y libpari-dev
+
+script:
+ - cd lib/parson
+ - make
+ - cd ../..
+ - mv lib/parson/libparson.a lib/libparson.a
+ - make \ No newline at end of file