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
ec3edcc6
Commit
ec3edcc6
authored
2 months ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
GitlabCI: install static version of curl, libopenmpt,libsdl2-mixer,libpng and libxmp for macs
parent
10bb905e
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
+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 @
ec3edcc6
...
@@ -22,7 +22,8 @@ osxcross arm64:
...
@@ -22,7 +22,8 @@ osxcross arm64:
-
-
|
-
-
|
# apt_development
# apt_development
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
-
osxcross-macports install --arm64 curl libopenmpt libsdl2_mixer
-
osxcross-macports install --arm64 libxmp wavpack libopenmpt opusfile
-
osxcross-macports install --static --arm64 curl libsdl2_mixer libpng
-
|
-
|
# apt_development
# apt_development
echo -e "\e[0Ksection_end:`date +%s`:macports_development\r\e[0K"
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 @
ec3edcc6
...
@@ -63,7 +63,8 @@ osxcross x86_64:
...
@@ -63,7 +63,8 @@ osxcross x86_64:
-
-
|
-
-
|
# apt_development
# apt_development
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
-
osxcross-macports install curl libopenmpt libsdl2_mixer
-
osxcross-macports install libxmp wavpack libopenmpt opusfile
-
osxcross-macports install --static curl libsdl2_mixer libpng
-
|
-
|
# apt_development
# apt_development
echo -e "\e[0Ksection_end:`date +%s`:macports_development\r\e[0K"
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