svn commit: r1920629 - in /apr/apr/branches/1.7.x: ./ .github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sat Sep 14 14:53:25 2024
New Revision: 1920629
URL: http://svn.apache.org/viewvc?rev=1920629&view=rev
Log:
On 1.7.x branch: Merge revision r1920350 from trunk:
.github/workflows/windows.yml: Test cmake --install.
Modified:
apr/apr/branches/1.7.x/ (props changed)
apr/apr/branches/1.7.x/.github/workflows/windows.yml
Propchange: apr/apr/branches/1.7.x/
------------------------------------------------------------------------------
Merged /apr/apr/trunk:r1920350
Modified: apr/apr/branches/1.7.x/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/.github/workflows/windows.yml?rev=1920629&r1=1920628&r2=1920629&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/.github/workflows/windows.yml (original)
+++ apr/apr/branches/1.7.x/.github/workflows/windows.yml Sat Sep 14 14:53:25 2024
@@ -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 }}