issues
search
google
/
buzzer
Apache License 2.0
429
stars
32
forks
source link
Make sure buzzer always builds on pull requests
#17
Closed
thatjiaozi
closed
1 year ago
thatjiaozi
commented
1 year ago
This patch does the following:
Configures github actions to use clang to build buzzer
Creates a buld_test target that can be checked at pull request time to make sure buzzer builds correctly
Updates the README.md to make it clear buzzer needs clang to build properly.
This patch does the following: