9 lines
224 B
YAML
9 lines
224 B
YAML
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
|