Skip to content
Snippets Groups Projects
Commit 2f096c07 authored by AlQuemist's avatar AlQuemist Committed by Ammar Nejati
Browse files

GitLab-CI: make Python wheel via the Python script instead of shell script

parent 97c35b23
No related branches found
No related tags found
3 merge requests!2050rebase main on r21/v21.1,!2047<root>/CMakeLists.txt: add 'BornAgain_LIBRARIES' cached variable to store...,!2029Fix MacOS packaging scripts for r21.1
......@@ -69,7 +69,7 @@ mac_x64:
- cmake .. -DCMAKE_PREFIX_PATH="$PYPLAT;$OPTDIR;$QTDIR/lib/cmake" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DBA_APPLE_BUNDLE=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=11 -DCMAKE_INSTALL_PREFIX=/tmp/ba -DBA_PY_PACKAGE=ON
- make -j$NPROC
- ctest -j3 --output-on-failure
- zsh var/mk_pypack_macos.zsh
- python3 var/mac_py_package.py
- cpack -B ./installer .
artifacts: &mac_artifacts
paths:
......
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