From f36c0d9b469cfe1fe27f7db34c2c841129d5ab36 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Fri, 20 Oct 2023 08:17:59 +0200 Subject: [PATCH] CI restore mac_arm --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e071323f8d7..4a55408b112 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,17 +77,17 @@ mac_x64: - build/PythonPackage/py*/wheel/*.whl expire_in: 10 days -# mac_arm: -# tags: -# - mac_arm -# stage: build -# before_script: -# - QTDIR="/opt/homebrew/opt/qt" -# - PYPLAT="/Users/scguser/.pyenv/versions/3.11.5/" -# # obtain nr of logical CPUs via `sysctl hw.logicalcpu` -# - NPROC=14 -# script: *mac_script -# artifacts: *mac_artifacts +mac_arm: + tags: + - mac_arm + stage: build + before_script: + - QTDIR="/opt/homebrew/opt/qt" + - PYPLAT="/Users/scguser/.pyenv/versions/3.11.5/" + # obtain nr of logical CPUs via `sysctl hw.logicalcpu` + - NPROC=14 + script: *mac_script + artifacts: *mac_artifacts # To test the GitLab process _locally_ on MS-Windows with powershell (pwsh), # go to the root Git directory, and run: -- GitLab