compile with -O2 instead of -Os as this seems to save a few microamps #101
This file contains 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: make | |
on: | |
push: | |
branches: main | |
paths: 'thermidity-avr/**' | |
pull_request: | |
branches: main | |
paths: 'thermidity-avr/**' | |
jobs: | |
build: | |
runs-on: self-hosted | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build | |
run: cd $GITHUB_WORKSPACE/thermidity-avr && make |