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

[heinz2] CI restore mac12_2 ()

Merging branch 'heinz2'  into 'main'.

See merge request !733
parents b851c8cd dfad78b5
No related branches found
No related tags found
1 merge request!733CI restore mac12_2
Pipeline #59715 passed
......@@ -39,25 +39,25 @@ mac10_15:
- build/*dmg
expire_in: 10 days
# mac12_2:
# tags:
# - scgmac4
# stage: build
# script:
# - mkdir build
# - cd build
# - export QTDIR=/opt/homebrew/opt/qt5
# - export PYDIR=/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9
# - export PYLIB=$PYDIR/lib/libpython3.9.dylib
# - export PYINC=$PYDIR/include/python3.9
# - cmake .. -D CMAKE_PREFIX_PATH=$QTDIR -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DBA_APPLE_BUNDLE=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DPYTHON_LIBRARY=$PYLIB -DPYTHON_INCLUDE_DIR=$PYINC -DCMAKE_INSTALL_PREFIX=.
# - make -j12
# - ctest -j12 --output-on-failure
# - cpack . -V
# artifacts:
# paths:
# - build/*dmg
# expire_in: 10 days
mac12_2:
tags:
- scgmac4
stage: build
script:
- mkdir build
- cd build
- export QTDIR=/opt/homebrew/opt/qt5
- export PYDIR=/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9
- export PYLIB=$PYDIR/lib/libpython3.9.dylib
- export PYINC=$PYDIR/include/python3.9
- cmake .. -D CMAKE_PREFIX_PATH=$QTDIR -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DBA_APPLE_BUNDLE=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DPYTHON_LIBRARY=$PYLIB -DPYTHON_INCLUDE_DIR=$PYINC -DCMAKE_INSTALL_PREFIX=.
- make -j12
- ctest -j12 --output-on-failure
- cpack . -V
artifacts:
paths:
- build/*dmg
expire_in: 10 days
# To test the GitLab process _locally_ on MS-Windows with powershell (pwsh),
# go to the root Git directory, and run:
......
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