Skip to content

Commit

Permalink
Build example in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffg-softwarelibre committed May 22, 2024
1 parent 9c6a2f5 commit 3bc9887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_run_unit_test_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: create-build-dir
run: mkdir build
- name: configure-cmake
run: cd build && cmake -D PERIODIC_TIMER_BUILD_TESTS:BOOL=ON ..
run: cd build && cmake -D PERIODIC_TIMER_BUILD_TESTS:BOOL=ON -D PERIODIC_TIMER_BUILD_EXAMPLES:BOOL=ON ..
- name: build
run: cd build && cmake --build . --config $BUILD_TYPE
- name: run-unit-test
Expand Down

0 comments on commit 3bc9887

Please sign in to comment.