From d3bebd1c95504da3cd779841c064f496652e3dc2 Mon Sep 17 00:00:00 2001 From: "Mohamed, Fawzi Roberto (fawzi)" <fawzi.mohamed@fhi-berlin.mpg.de> Date: Tue, 9 Jan 2018 16:49:00 +0100 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..824a1ad --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,18 @@ +stages: + - test +testing: + stage: test + script: + - cd .. && rm -rf nomad-lab-base + - git clone --recursive git@gitlab.mpcdf.mpg.de:nomad-lab/nomad-lab-base.git + - cd nomad-lab-base + - git submodule foreach git checkout master + - git submodule foreach git pull + - sbt vasp/test + - export PYTHONEXE=/labEnv/bin/python + - sbt vasp/test + only: + - master + tags: + - test + - spec2 -- GitLab