Skip to content

Commit

Permalink
On 1.7.x branch: Merge revision r1920350 from trunk:
Browse files Browse the repository at this point in the history
  .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
  • Loading branch information
Ivan Zhakov committed Sep 14, 2024
1 parent d6f7c2a commit 191479a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 191479a

Please sign in to comment.