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

normalize comments

parent a68e368e
No related branches found
No related tags found
1 merge request!2501CI Debian run under pyenv, and other cleanup in gitlab-ci script
Pipeline #139085 passed
......@@ -55,9 +55,7 @@ mac_x64:
- mac_x64_cloud
stage: build
before_script:
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
- NPROC=12
# Homebrew packages are installed in a non-standard path
- 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"
......@@ -65,7 +63,6 @@ mac_x64:
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
script: &mac_script
- OPTDIR="/Users/Shared/Software/scg"
# print environmental variables
- env
- mkdir build
- cd build
......@@ -88,8 +85,7 @@ mac_arm:
- QTDIR="/opt/homebrew/opt/qt"
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
- CCACHE="/opt/homebrew/bin/ccache"
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
- NPROC=14
- NPROC=14 # number of logical CPUs obtained from `sysctl hw.logicalcpu`
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