feat(build): #243 #244 strip .eh_frame on release builds across all GCC platforms #469
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 BluePill F103C8 | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "BluePill F103C8" | |
| test-dir: "tests/platform/bluepill_f103c8" | |
| env-name: "bluepill" | |
| firmware-ext: "hex" |