Skip to content

Commit

Permalink
🔨 [CI] Improved script using a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 15, 2024
1 parent 8369c6e commit bc7f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build
uses: lukka/run-cmake@v3
with:
cmakeListsTxtPath: ${{ github.workspace }}/tests/CMakeLists.txt
cmakeListsTxtPath: ${{ github.workspace }}/CMakeLists.txt
cmakeAppendedArgs: -D WARNINGS_AS_ERRORS_FOR_COOLLAB=ON -D COOLLAB_REQUIRE_ALL_FEATURES=ON -D CMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ matrix.config.compiler }} -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
buildWithCMakeArgs: --config ${{ matrix.build_type }} --target ${{env.target}}
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
Expand Down

0 comments on commit bc7f238

Please sign in to comment.