From 161b2beba85005f2f109c2a875fb8d3994992cb8 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt <Ansgar.Burchardt@tu-dresden.de> Date: Tue, 16 Feb 2016 13:14:19 +0100 Subject: [PATCH] Add .gitlab-ci.yml. --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..a12bd2d8 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +--- +dune:git--clang: + image: duneci/dune:git + script: + - dunecontrol --opts=/duneci/opts.clang --current all + - dunecontrol --current make build_tests + - dunecontrol --current make test + +dune:git--gcc: + image: duneci/dune:git + script: + - dunecontrol --opts=/duneci/opts.gcc --current all + - dunecontrol --current make build_tests + - dunecontrol --current make test -- GitLab