Skip to content

Commit

Permalink
chore: Run release mode build in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Nov 17, 2024
1 parent 9e602a9 commit abd5ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ jobs:
cmake -DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" ${CMAKE_C_COMPILER+-DCMAKE_C_COMPILER="${CMAKE_C_COMPILER}"} ${CMAKE_CXX_COMPILER+-DCMAKE_CXX_COMPILER="${CMAKE_CXX_COMPILER}"} -DCMAKE_C_FLAGS="${CMAKE_C_FLAGS}" -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS}" -DCMAKE_EXE_LINKER_FLAGS="${CMAKE_EXE_LINKER_FLAGS}" -DCMAKE_SHARED_LINKER_FLAGS="${CMAKE_SHARED_LINKER_FLAGS}" ${CMAKE_EXTRA_FLAGS} -S . -B ../build
shell: bash
- name: build
run: cmake --build ../build --config Debug
run: cmake --build ../build
- name: test
working-directory: ../build
run: ctest --build-config Debug --verbose
run: ctest --verbose

Static-Analysis:
needs: [Lint]
Expand Down

0 comments on commit abd5ded

Please sign in to comment.