From 9c1ff9dc8e076da4236af5100af70c1a414a32ac Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 20 Feb 2018 17:15:54 +0100
Subject: [PATCH] Travis-ci

---
 .travis.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..107e97b0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,21 @@
+language: c++
+compiler: gcc
+dist: precise
+
+addons:
+  apt:
+    packages:
+      - libboost-graph-dev
+      - doxygen
+      - texlive
+      - texlive-formats-extra
+      - texlive-fonts-extra
+      - lmodern
+      - latex2html
+
+script:
+  - autoreconf -si
+  - ./configure
+  - make -j
+  - make pdf -j
+  - make html
-- 
GitLab