Dodaj wszystkie moje zmiany - sorki, nie miałem czasu zredagować :/ #39
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: CI | |
| on: | |
| push: | |
| jobs: | |
| compile: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - uses: arduino/setup-arduino-cli@v1.1.1 | |
| - name: Install platform and compile | |
| run: | | |
| arduino-cli core update-index | |
| arduino-cli core install arduino:avr | |
| cd ./hsldz_totp_lock && arduino-cli compile --fqbn arduino:avr:uno --libraries ../vendor/librares/ |