Skip to content

Commit

Permalink
GitHub Actions: build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
magiblot committed Feb 5, 2024
1 parent fa73977 commit 3251358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
CC: gcc-7
CXX: g++-7
run: cmake . -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DTURBO_OPTIMIZE_BUILD=OFF -DTURBO_BUILD_TESTS=ON
run: cmake . -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DTURBO_OPTIMIZE_BUILD=OFF -DTURBO_BUILD_EXAMPLES=ON -DTURBO_BUILD_TESTS=ON

- name: Build
shell: bash
Expand Down

0 comments on commit 3251358

Please sign in to comment.