Skip to content

Commit

Permalink
Only build cpp srcs
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 22, 2025
1 parent 72440c5 commit abf9d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build Ice
timeout-minutes: 90
working-directory: cpp
run: bear -- make
run: bear -- make srcs

- name: Run Clang Tidy
working-directory: cpp
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ passwords

# Makefile Build System
build
!.github/actions/build
generated
.depend

Expand Down

0 comments on commit abf9d5f

Please sign in to comment.