Compare commits

...

3 Commits

Author SHA1 Message Date
Matthias Kuhn
d60e03b5c9
Merge 43134cf859d152260215dcc6f4c6a4a48b205c54 into 74549aad26c3358101e88477d9dfa1caae013d72 2025-07-01 13:18:19 +03:00
Matthias Kuhn
43134cf859 output on failure 2025-06-30 15:58:14 +02:00
Matthias Kuhn
b85abaa5aa Test run for tests 2025-06-30 08:15:48 +02:00

View File

@ -134,6 +134,17 @@ jobs:
cmake --build build
cmake --build build --target bundle
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- name: 🧪 Test
run: |
python3 -m pip install termcolor
cd build
python3 ../.ci/ctest2ci.py ctest --output-on-failure
- name: Archive app
run: |
gtar -cpvzf qgis-app-${{steps.workflow-artifact-ids.outputs.filename}}-${{ matrix.triplet }}.tar.gz ./build/_CPack_Packages/Darwin/External/*/*.app