From c1a1aca7ec177e8f0bdeacb81975daebdbc3ecb6 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Tue, 9 Mar 2021 21:12:18 +0400 Subject: [PATCH] GitHub actions: Add cpack test to Ubuntu build. --- .github/workflows/cmake-tier1.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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