gitlab ci yml update for ThirdParty existence test
This commit is contained in:
parent
519b190ba0
commit
460d0049a7
1 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
before_script:
|
||||
- git clone https://github.com/OpenFOAM/ThirdParty-4.x.git ../ThirdParty-4.x
|
||||
- env
|
||||
- source $HOME/.bashrc
|
||||
- [[ -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
|
||||
|
|
@ -9,4 +7,3 @@ before_script:
|
|||
allmake:
|
||||
script:
|
||||
- ./Allwmake -j
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue