feat(library-selection): #205 Phase 7 perf benchmarks (P-02, P-03) (#… #418
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Apollo3 RedBoard | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Apollo3 RedBoard" | |
| test-dir: "tests/platform/apollo3_red" | |
| env-name: "apollo3_red" | |
| firmware-ext: "bin" |