From 242fcce9519ad9b1bc46275a3a9800cf2bf5cdf6 Mon Sep 17 00:00:00 2001 From: William Lee Date: Tue, 25 Jun 2024 13:52:54 +0800 Subject: [PATCH] (MOD) Modified github action file for testing for extra step required by project. --- .github/workflows/cmake-multi-platform.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 13a9849..b29e723 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -75,3 +75,7 @@ jobs: # Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest --build-config ${{ matrix.build_type }} + + - name: Install + # By running "install" script to install project header files and shared object file later on after the compilation. + run: ./install