mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 14:25:10 +00:00
GitLab CI: macports downloads can fail
This commit is contained in:
parent
51494ca810
commit
910add7efb
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@ osxcross arm64:
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "build.arm64/bin/"
|
- "build.arm64/bin/"
|
||||||
|
|
|
@ -3,6 +3,8 @@ osxcross x86_64:
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "build.x86_64/bin/"
|
- "build.x86_64/bin/"
|
||||||
|
|
Loading…
Reference in a new issue