From 26c3926a2b5d7ad6a33c86d523924f31ac3f600a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 11 Sep 2018 15:54:59 +0200 Subject: [PATCH] Basic CI --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..c91d9b71 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +build: + script: + - autoreconf -si + - ./configure + - make all pdf html -- GitLab