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:

  1. Configures github actions to use clang to build buzzer
  2. Creates a buld_test target that can be checked at pull request time to make sure buzzer builds correctly
  3. Updates the README.md to make it clear buzzer needs clang to build properly.