diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index e025626..1e7d8d9 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -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