Skip to content
Snippets Groups Projects
Commit 18d47ebb authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

GitLab CI: use short names like oa64/o64 so we can switch SDKs

parent c7801bdf
Branches
No related tags found
No related merge requests found
...@@ -8,11 +8,11 @@ osxcross arm64: ...@@ -8,11 +8,11 @@ osxcross arm64:
- "build.arm64/bin/" - "build.arm64/bin/"
- "build.arm64/dist/arm64.h" - "build.arm64/dist/arm64.h"
- "build.arm64/src/config.h" - "build.arm64/src/config.h"
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-arm64-apple-darwin21.4" name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-arm64-apple-darwin"
variables: variables:
OSXCROSS_HOST: arm64-apple-darwin21.4 OSXCROSS_HOST: oa64
LD: arm64-apple-darwin21.4-ld LD: /opt/osxcross.arm64/ld
script: script:
- - | - - |
......
...@@ -8,18 +8,18 @@ osxcross x86_64: ...@@ -8,18 +8,18 @@ osxcross x86_64:
- "build.x86_64/bin/" - "build.x86_64/bin/"
- "build.x86_64/dist/x86_64.h" - "build.x86_64/dist/x86_64.h"
- "build.x86_64/src/config.h" - "build.x86_64/src/config.h"
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-x86_64-apple-darwin21.4" name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-x86_64-apple-darwin"
variables: variables:
OSXCROSS_HOST: x86_64-apple-darwin21.4 OSXCROSS_HOST: o64
LD: x86_64-apple-darwin21.4-ld LD: /opt/osxcross.x86_64/ld
script: script:
- - | - - |
# 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 libxmp wavpack libopenmpt opusfile || osxcross-macports install libxmp wavpack libopenmpt opusfile - 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 --static curl libsdl2_mixer libpng || 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"
......
...@@ -15,7 +15,7 @@ osxcross universal: ...@@ -15,7 +15,7 @@ osxcross universal:
- "dist/bin" - "dist/bin"
- "dist/src" - "dist/src"
expose_as: "Mac Universal" expose_as: "Mac Universal"
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-lipo-apple-darwin21.4" name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-lipo-apple-darwin"
script: script:
- - | - - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment