mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
GitLab CI: allow failure of curl download from macports
This commit is contained in:
parent
2c47fd63d6
commit
0dbd5e7695
2 changed files with 4 additions and 2 deletions
|
|
@ -52,7 +52,8 @@ osxcross arm64:
|
|||
- - |
|
||||
# apt_development
|
||||
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
|
||||
- osxcross-macports install --static --arm64 curl libpng || osxcross-macports install --verbose --static --arm64 curl libpng
|
||||
- osxcross-macports install --static --arm64 curl || osxcross-macports install --verbose --static --arm64 curl || true
|
||||
- osxcross-macports install --static --arm64 libpng || osxcross-macports install --verbose --static --arm64 libpng
|
||||
- |
|
||||
# apt_development
|
||||
echo -e "\e[0Ksection_end:`date +%s`:macports_development\r\e[0K"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ osxcross x86_64:
|
|||
- - |
|
||||
# apt_development
|
||||
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
|
||||
- osxcross-macports install --static curl libpng || osxcross-macports install --verbose --static curl libpng
|
||||
- osxcross-macports install --static curl || osxcross-macports install --verbose --static curl || true
|
||||
- osxcross-macports install --static libpng || osxcross-macports install --verbose --static libpng
|
||||
- |
|
||||
# apt_development
|
||||
echo -e "\e[0Ksection_end:`date +%s`:macports_development\r\e[0K"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue