aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanyil Bohdan <danyil.bohdan@gmail.com>2015-08-26 17:39:11 +0300
committerSteve Bennett <steveb@workware.net.au>2016-03-27 14:35:44 +1000
commitb4968142db02207a1632213c566c1b25cc5555ba (patch)
tree3a452efdc87694f50959b3d3adb85540728eef6d
parent4eccb160f9d1bab1684de2443aec4feb890aa52b (diff)
downloadjimtcl-b4968142db02207a1632213c566c1b25cc5555ba.zip
jimtcl-b4968142db02207a1632213c566c1b25cc5555ba.tar.gz
jimtcl-b4968142db02207a1632213c566c1b25cc5555ba.tar.bz2
Add Travis CI
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e88df62
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: c
+sudo: false
+addons:
+ apt:
+ packages:
+ - libsqlite3-dev
+before_script:
+ - ./configure --with-ext="oo tree binary sqlite3" --enable-utf8 --ipv6 --disable-docs
+script:
+ - make test