GitLab CI setup
This commit is contained in:
parent
d214c8dfd5
commit
554e8d0fb0
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Reference in a new issue