Since we have 'make check' now, I propose to add the
travis-ci script to the repo:

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..e122247e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+# currently there are ALSR issues with SBCL, so Docker can't be used.
+sudo: required
+dist: trusty
+language: c
+addons:
+  apt:
+    packages:
+      - sbcl
+compiler: gcc
+
+script:
+  - |
+    ./configure --with-x=no && make -j2 2>&1 | \
+        sed -n 's/.*\(")compile".*spad\).*/\1/p'
+
+  - make > /dev/null 2>&1
+
+  - make check -j2 2>&1 | sed -n 's/.*tee \(.*output\);.*/\1/p'
+
+  - make check > /dev/null 2>&1

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to