Skip to content
Snippets Groups Projects

GitLab-CI: use the new MacOS-ARM CI-machine managed by the IT-Cloud group

Merged Ammar Nejati requested to merge a.useITMacARM into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,7 +6,7 @@ mac_x64:
- mac_x64
stage: build
script: &macbuild
- OPTDIR=/Users/Shared/Software
- OPTDIR=/Users/Shared/Software/scg
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$OPTDIR" -DCMAKE_PREFIX_PATH="$OPTDIR" -S ..
Loading