From bd67f0039872d3759644a78feecfba95a80e1456 Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Fri, 30 Aug 2024 18:11:50 +0200 Subject: [PATCH] .github/workflows/ci.yml: test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 228d66d2..ccbe6654 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: run: | security unlock-keychain -p ${{ secrets.DEV_ID_PASSWORD }} buildagent security set-keychain-settings -lut 7200 buildagent - set -o pipefail && cmake --build ${{ github.workspace }}/build --config ${{ env.build_type }} | xcbeautify --renderer github-actions --disable-logging + cmake --build ${{ github.workspace }}/build --config ${{ env.build_type }} - name: Test run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build - name: Archive @@ -169,7 +169,7 @@ jobs: run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ env.build_type }} -DPARTIELS_BUILD_TAG=${{ env.tag_name }} - name: Build run: | - cmake --build build --target PartielsManual + mdpdf zip -jr Partiels-Manual.zip ${{ github.workspace }}/build/Manual - name: Artifact uses: actions/upload-artifact@v4.3.6