try to get builds working with gh actions

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent b5c86719fc
commit f91bb95d18
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -20,7 +20,7 @@ jobs:
- run: make install-arduino-cli
- run: make configure-arduino-cli
- run: make install-arduino-core-avr
- run: KALEIDOSCOPE_BUILDER_DIR=$GITHUB_WORKSPACE/bin make -j 8 smoke-sketches
- run: make -j 8 smoke-sketches
run-google-tests:
runs-on: ubuntu-latest
steps:
@ -32,7 +32,7 @@ jobs:
- run: make install-arduino-cli
- run: make configure-arduino-cli
- run: make install-arduino-core-avr
- run: BOARD_HARDWARE_PATH=$HOME/Arduino/hardware KALEIDOSCOPE_BUILDER_DIR=$GITHUB_WORKSPACE/bin make simulator-tests
- run: make simulator-tests
check-astyle:
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save