From 191479a91b47cbe367113132355f514f72115c57 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sat, 14 Sep 2024 14:53:25 +0000 Subject: [PATCH] On 1.7.x branch: Merge revision r1920350 from trunk: .github/workflows/windows.yml: Test cmake --install. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1920629 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 97d369e7c4..5c1258c3dd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,3 +42,6 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest -C ${{ matrix.build-type }} --output-on-failure + + - name: Install + run: cmake --install ${{github.workspace}}/build --config ${{ matrix.build-type }}