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

CI mac rename OPTDIR -> SCGDIR as it has nothing to do with /opt

parent ef2e9f12
No related branches found
No related tags found
1 merge request!2855CI mac rename OPTDIR -> SCGDIR as it has nothing to do with /opt
Pipeline #187349 passed
......@@ -117,14 +117,14 @@ mac_x64:
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
- PATH="$BREWDIR:$PATH"
script: &mac_script
- OPTDIR="/Users/Shared/Software/scg"
- SCGDIR="/Users/Shared/Software/scg"
- CCACHE="$BREWDIR/bin/ccache"
- env
- mkdir build
- cd build
- cmake --version
- >
cmake .. -DCMAKE_PREFIX_PATH="$OPTDIR;$QTDIR/lib/cmake;$BREWDIR" -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_PREFIX_PATH="$SCGDIR;$QTDIR/lib/cmake;$BREWDIR" -DCMAKE_BUILD_TYPE=Release
-DPython3_ROOT_DIR="$PYPLAT" -DCMAKE_CXX_COMPILER_LAUNCHER="$CCACHE" -DBA_APPLE_BUNDLE=ON
-DCMAKE_OSX_DEPLOYMENT_TARGET=11 -DBA_PY_PACK=ON -DZERO_TOLERANCE=ON
- make -j$NPROC
......
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