From 4c844459a001e5951d78399c32addb024a66cfa3 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 6 Mar 2024 22:22:30 -0600 Subject: [PATCH] Update CI workflow for QMapLibre, upload test logs --- .github/workflows/ci.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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/