OpenFOAM-4.x/.gitlab-ci.yml
2018-10-31 14:11:07 -04:00

24 lines
485 B
YAML

allmake:
image: localhost:5000/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: localhost:5000/of4builder
tags:
- openfoam4
script:
- whereis libcantera
- ls /usr/share/cantera