GitLab CI: macports downloads can fail

This commit is contained in:
Alam Ed Arias 2025-03-03 05:33:55 -05:00
parent 51494ca810
commit 910add7efb
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@ osxcross arm64:
stage: build
allow_failure: true
artifacts:
paths:
- "build.arm64/bin/"

View file

@ -3,6 +3,8 @@ osxcross x86_64:
stage: build
allow_failure: true
artifacts:
paths:
- "build.x86_64/bin/"