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 + +