Add .gitlab-ci.yml
This commit is contained in:
parent
d214c8dfd5
commit
660fc580c0
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
before_script:
|
||||
- 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