23 lines
437 B
YAML
23 lines
437 B
YAML
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
|
|
|
|
|