Skip to content

Commit

Permalink
github action - wip
Browse files Browse the repository at this point in the history
  • Loading branch information
opokatech committed Mar 24, 2024
1 parent 764a730 commit ca566cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v2

- name: Configure CMake
run: cmake -S ${{github.workspace}} \
-B ${{github.workspace}}/build \
-DECB_PARAM_DEBUG=OFF \
run: cmake -S ${{github.workspace}}
-B ${{github.workspace}}/build
-DECB_PARAM_DEBUG=OFF
-DECB_PARAM_TESTS=ON

- name: Build
Expand Down

0 comments on commit ca566cc

Please sign in to comment.