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
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alam Ed Arias
SRB2
Commits
893db888
Commit
893db888
authored
1 month ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI: install miniupnpc from macports
parent
37043e36
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/jobs/macos-arm64.yml
+1
-1
1 addition, 1 deletion
.gitlab/ci/jobs/macos-arm64.yml
.gitlab/ci/jobs/macos-x86_64.yml
+2
-2
2 additions, 2 deletions
.gitlab/ci/jobs/macos-x86_64.yml
with
3 additions
and
3 deletions
.gitlab/ci/jobs/macos-arm64.yml
+
1
−
1
View file @
893db888
...
...
@@ -19,7 +19,7 @@ osxcross arm64:
# apt_development
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
-
osxcross-macports install --arm64 libxmp wavpack libopenmpt opusfile || osxcross-macports install --arm64 libxmp wavpack libopenmpt opusfile
-
osxcross-macports install --static --arm64 curl libsdl2_mixer
libpng
|| osxcross-macports install --static --arm64 curl libsdl2_mixer
libpng
-
osxcross-macports install --static --arm64
miniupnpc libpng
curl libsdl2_mixer || osxcross-macports install --static --arm64
miniupnpc libpng
curl libsdl2_mixer
-
|
# 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
−
2
View file @
893db888
...
...
@@ -18,8 +18,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 libxmp wavpack
libopenmpt
opusfile || osxcross-macports install libxmp wavpack
libopenmpt
opusfile
-
osxcross-macports install --static curl libsdl2_mixer libpng || osxcross-macports install --static curl libsdl2_mixer libpng
-
osxcross-macports install lib
openmpt lib
xmp wavpack opusfile || osxcross-macports install lib
openmpt lib
xmp wavpack opusfile
-
osxcross-macports install --static
miniupnpc
curl libsdl2_mixer libpng || osxcross-macports install --static
miniupnpc
curl libsdl2_mixer 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