Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
f32bdb77
Commit
f32bdb77
authored
1 month ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI: allow failure of sdl2_mixer download from macports
parent
823d2883
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/jobs/macos-arm64.yml
+2
-1
2 additions, 1 deletion
.gitlab/ci/jobs/macos-arm64.yml
.gitlab/ci/jobs/macos-x86_64.yml
+2
-1
2 additions, 1 deletion
.gitlab/ci/jobs/macos-x86_64.yml
with
4 additions
and
2 deletions
.gitlab/ci/jobs/macos-arm64.yml
+
2
−
1
View file @
f32bdb77
...
...
@@ -22,7 +22,8 @@ osxcross arm64:
# apt_development
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
-
osxcross-macports install --arm64 libopenmpt libxmp wavpack opusfile || osxcross-macports install --arm64 libopenmpt libxmp wavpack opusfile
-
osxcross-macports install --static --arm64 miniupnpc curl libsdl2_mixer libpng || osxcross-macports install --static --arm64 miniupnpc curl libsdl2_mixer libpng
-
osxcross-macports install --static --arm64 libsdl2_mixer || osxcross-macports install --static --arm64 libsdl2_mixer ||
true
-
osxcross-macports install --static --arm64 miniupnpc curl libpng || osxcross-macports install --static --arm64 miniupnpc curl libpng
-
|
# apt_development
echo -e "\e[0Ksection_end:`date +%s`:macports_development\r\e[0K"
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/jobs/macos-x86_64.yml
+
2
−
1
View file @
f32bdb77
...
...
@@ -22,7 +22,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 libopenmpt libxmp wavpack opusfile || osxcross-macports install libopenmpt libxmp wavpack opusfile
-
osxcross-macports install --static miniupnpc curl libsdl2_mixer libpng || osxcross-macports install --static miniupnpc curl libsdl2_mixer libpng
-
osxcross-macports install --static libsdl2_mixer || osxcross-macports install --static libsdl2_mixer ||
true
-
osxcross-macports install --static miniupnpc curl libpng || osxcross-macports install --static miniupnpc curl libpng
-
|
# apt_development
echo -e "\e[0Ksection_end:`date +%s`:macports_development\r\e[0K"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment