Upload bins

pull/217/head
SQFMI 2023-02-09 01:08:57 -05:00 committed by GitHub
parent c0e814d269
commit b48408be6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -1,13 +1,19 @@
name: Compile Example Programs name: Compile Example Watchfaces
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
test-compilation: test-compilation:
name: Compile example projects name: Compile example watchfaces
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@v3
- uses: ArminJo/arduino-test-compile@v3 - uses: ArminJo/arduino-test-compile@v3
with: with:
arduino-board-fqbn: esp32:esp32:watchy:Revision=v20,PartitionScheme=min_spiffs,UploadSpeed=921600,DebugLevel=none,EraseFlash=none arduino-board-fqbn: esp32:esp32:watchy:Revision=v20,PartitionScheme=min_spiffs,UploadSpeed=921600,DebugLevel=none,EraseFlash=none
extra-arduino-cli-args: "--export-binaries"
set-build-path: true
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
required-libraries: Adafruit GFX Library,Arduino_JSON,DS3232RTC,NTPClient,Rtc_Pcf8563,GxEPD2,WiFiManager required-libraries: Adafruit GFX Library,Arduino_JSON,DS3232RTC,NTPClient,Rtc_Pcf8563,GxEPD2,WiFiManager
- uses: actions/upload-artifact@v3
with:
name: binaries
path: $GITHUB_WORKSPACE/src/*/build/*.bin