Skip to content

Commit

Permalink
add features to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Aug 30, 2024
1 parent fed7dc7 commit 6f35573
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
shm: [false, true]
unstable: [false, true]

steps:
- name: Clone this repository
Expand All @@ -41,7 +43,7 @@ jobs:
shell: bash
run: |
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/local
cmake .. -DCMAKE_INSTALL_PREFIX=~/local -DZENOHC_BUILD_WITH_SHARED_MEMORY=${{ matrix.shm }} -DZENOHC_BUILD_WITH_UNSTABLE_API=${{ matrix.unstable }}
cmake --build . --target examples
- name: make stand-alone examples
Expand Down

0 comments on commit 6f35573

Please sign in to comment.