summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2015-02-08 12:59:25 +0100
committerAndreas Politz <politza@hochschule-trier.de>2015-02-08 12:59:25 +0100
commite87b2c6934032782359e3b971bd408598dc97c4b (patch)
tree12806bd05650b28fb064073a218d161bc711ad59
parent5f3092f52a4ba46f97c139b6bd684e9f4fcc801d (diff)
Added travis.
-rw-r--r--.travis.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ab8b529
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,26 @@
+language: cpp
+
+env:
+ matrix:
+ - EMACS=emacs24
+ - EMACS=emacs-snapshot
+
+compiler:
+ - gcc
+
+install:
+ - if [ "$EMACS" = "emacs24" ]; then
+ sudo add-apt-repository -y ppa:cassou/emacs &&
+ sudo apt-get update -qq &&
+ sudo apt-get install -qq emacs24 emacs24-el;
+ fi
+ - if [ "$EMACS" = "emacs-snapshot" ]; then
+ sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
+ sudo apt-get update -qq &&
+ sudo apt-get install -qq emacs-snapshot;
+ fi
+ - sudo apt-get install -qq make automake autoconf libpng-dev libz-dev
+ - sudo apt-get install libpoppler-glib-dev libpoppler-private-dev
+
+script:
+ - make test