Skip to content
Snippets Groups Projects
Commit fd4519b0 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI Mac: sort before/main script

parent 349e058d
No related branches found
No related tags found
1 merge request!2501CI Debian run under pyenv, and other cleanup in gitlab-ci script
Pipeline #139087 passed
......@@ -57,12 +57,12 @@ mac_x64:
before_script:
- NPROC=12 # number of logical CPUs obtained from `sysctl hw.logicalcpu`
- BREWDIR="/opt/homebrew-x86"
- PATH="$BREWDIR:$PATH"
- QTDIR="$BREWDIR/Cellar/qt/6.6.0"
- CCACHE="$BREWDIR/bin/ccache"
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
- PATH="$BREWDIR:$PATH"
script: &mac_script
- OPTDIR="/Users/Shared/Software/scg"
- CCACHE="$BREWDIR/bin/ccache"
- env
- mkdir build
- cd build
......@@ -82,10 +82,10 @@ mac_arm:
- mac_arm
stage: build
before_script:
- QTDIR="/opt/homebrew/opt/qt"
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
- CCACHE="/opt/homebrew/bin/ccache"
- NPROC=14 # number of logical CPUs obtained from `sysctl hw.logicalcpu`
- BREWDIR="/opt/homebrew"
- QTDIR="$BREWDIR/opt/qt"
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
script: *mac_script
artifacts: *mac_artifacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment