Skip to content

Commit

Permalink
build: fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Aug 22, 2024
1 parent f536655 commit 6117c63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install curl
- run: cd examples/TemperatureController
- run: mkdir arduino-cli
- run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=./arduino-cli sh
- run: ./arduino-cli/arduino-cli core install arduino:avr
- run: ./arduino-cli/arduino-cli compile --verbose --build-path ./build --library ../../ -b arduino:avr:nano *.ino
- run: ./arduino-cli/arduino-cli compile --verbose --build-path ./examples/TemperatureController/build --library . -b arduino:avr:nano ./examples/TemperatureController/*.ino
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.pio
.vscode
arduino-cli
build
docs
1 change: 0 additions & 1 deletion examples/TemperatureController/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
build
arduino-cli

0 comments on commit 6117c63

Please sign in to comment.