From 554e8d0fb00b5e2a6daa522f3b874c8d8297d31e Mon Sep 17 00:00:00 2001 From: Combustion Lab Date: Tue, 16 Jan 2018 14:49:03 +0000 Subject: [PATCH] GitLab CI setup --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..8fae30ae9 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +before_script: + - "[[ -d ../ThirdParty-4.x ]] || git clone https://github.com/OpenFOAM/ThirdParty-4.x.git ../ThirdParty-4.x" + - source etc/bashrc + - rm -rf platforms + - wclean all + +allmake: + script: + - ./Allwmake -j