diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a5237b2..c9b269e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,8 +136,8 @@ jobs: objcopy --strip-debug --strip-unneeded supercell-wx cd .. cd lib/ - objcopy --only-keep-debug libQMapLibreGL.so libQMapLibreGL.so.debug - objcopy --strip-debug --strip-unneeded libQMapLibreGL.so + objcopy --only-keep-debug libQMapLibre.so libQMapLibre.so.debug + objcopy --strip-debug --strip-unneeded libQMapLibre.so - name: Install Supercell Wx shell: pwsh @@ -229,4 +229,11 @@ jobs: env: MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }} MAPTILER_API_KEY: ${{ secrets.MAPTILER_API_KEY }} - run: ctest -C ${{ matrix.build_type }} --exclude-regex mbgl-test-runner + run: ctest -C ${{ matrix.build_type }} --exclude-regex test_mln.* + + - name: Upload Test Logs + if: ${{ !cancelled() }} + uses: actions/upload-artifact@v4 + with: + name: supercell-wx-test-logs-${{ matrix.name }} + path: ${{ github.workspace }}/build/Testing/