Skip to content

Commit 6c932e8

Browse files
committed
install step
1 parent b58d596 commit 6c932e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Configure CMake
115115
working-directory: ${{github.workspace}}/build
116116
shell: bash
117-
run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=ON ${{ matrix.cmake-crypto-enable}} ${{env.cmake-crypto-dir}}
117+
run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=ON ${{ matrix.cmake-crypto-enable}} ${{env.cmake-crypto-dir}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install
118118

119119
- name: Build
120120
working-directory: ${{github.workspace}}/build
@@ -125,3 +125,8 @@ jobs:
125125
working-directory: ${{github.workspace}}/build
126126
shell: bash
127127
run: ctest
128+
129+
- name: Install
130+
working-directory: ${{github.workspace}}/build
131+
shell: bash
132+
run: cmake --install .

0 commit comments

Comments
 (0)