From 763f20fa27238425387025675c5ad1ba412f6b9d Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Tue, 26 Jan 2016 15:37:17 +0100 Subject: [PATCH] Add configuration file for the new CI system --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..49dd39a8 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +--- +image: duneci/dune-fufem:2.4 + +dune-fufem--gcc: + script: + - dunecontrol --current all + - dunecontrol --current make test + +dune-fufem--clang: + script: + - CMAKE_FLAGS="-DCMAKE_CXX_COMPILER=/usr/bin/clang++" dunecontrol --current all + - dunecontrol --current make test -- GitLab