From 01b0b1396b7ddd98a013c88dac4b5bab12426a93 Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Wed, 31 Oct 2018 15:46:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4866bc673..456e73797 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,23 @@ -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: image: park0d/of4builder tags: - openfoam4 + 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 script: - ./Allwmake -j artifacts: paths: - ./ + +cantera: + image: park0d/of4builder + tags: + - openfoam4 + script: + - whereis libcantera + +