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

GitLab-CI: add the proper Python platform [Linux]

parent 017c99e9
No related branches found
No related tags found
1 merge request!1698Python script to build installers and wheels for all platforms and Python versions
Checking pipeline status
......@@ -14,6 +14,7 @@ native_Debian_clang:
- export PYTHONPATH=$CI_PROJECT_DIR/build/lib
- export MPLBACKEND=Agg
- QTCMAKE="/usr/local/Qt6/6.2.3/gcc_64/lib/cmake"
- PYPLAT="/home/build/multipython/Python311"
- cmake --version
- clang --version
stage: build
......@@ -21,7 +22,7 @@ native_Debian_clang:
- env
- mkdir build
- cd build
- time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DBA_PY_PACKAGE=ON -DCMAKE_PREFIX_PATH=$QTCMAKE -DZERO_TOLERANCE=ON -DDEVELOPER_CHECKS=ON
- time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DBA_PY_PACKAGE=ON -DBA_PY_PLATFORM="$PYPLAT" -DCMAKE_PREFIX_PATH=$QTCMAKE -DZERO_TOLERANCE=ON -DDEVELOPER_CHECKS=ON
- time make -j24
- time xvfb-run -a ctest -j16 --output-on-failure
- time make package_source
......
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