GitHub actions: Add cpack test to Ubuntu build.

This commit is contained in:
Alexander Shaduri
2021-03-09 21:12:18 +04:00
parent 57f9605f70
commit c1a1aca7ec
+10
View File
@@ -37,6 +37,16 @@ jobs:
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config $BUILD_TYPE
- name: Pack (cmake install and make binary package)
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config $BUILD_TYPE --target package
# - name: Test
# working-directory: ${{runner.workspace}}/build
# shell: bash
# run: ctest -C $BUILD_TYPE
windows-msys2:
runs-on: windows-latest