Skip to content

Commit

Permalink
feat(examples): add eurec4a and other examples to build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Apr 9, 2024
1 parent ca57f07 commit cf836ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,14 @@ jobs:
- name: Build example divfree2D
run: cd build && make divfree2D

- name: Build example eurec4a1D
run: cd build && make eurec4a1D

- name: Build example rshaft1D
run: cd build && make rshaft1D

- name: Build example spdtest
run: cd build && make spdtest

- name: Build example yac1
run: cd build && make yac1

0 comments on commit cf836ea

Please sign in to comment.