Watchy/.github/workflows/dev.actions.yml

22 lines
885 B
YAML
Raw Normal View History

2023-04-11 10:33:50 -04:00
name: Build Example Watchfaces
2021-12-19 15:22:48 -05:00
on: [push, pull_request]
jobs:
2023-04-11 10:33:50 -04:00
build:
name: Build Example Watchfaces
2021-12-19 15:22:48 -05:00
runs-on: ubuntu-latest
steps:
2023-04-11 10:33:50 -04:00
- uses: actions/checkout@master
2021-12-19 15:22:48 -05:00
- uses: ArminJo/arduino-test-compile@v3
with:
2023-02-08 20:40:20 -05:00
arduino-board-fqbn: esp32:esp32:watchy:Revision=v20,PartitionScheme=min_spiffs,UploadSpeed=921600,DebugLevel=none,EraseFlash=none
2021-12-19 15:22:48 -05:00
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
2023-02-08 20:34:25 -05:00
required-libraries: Adafruit GFX Library,Arduino_JSON,DS3232RTC,NTPClient,Rtc_Pcf8563,GxEPD2,WiFiManager
2023-04-11 10:33:50 -04:00
set-build-path: true
2023-02-09 01:08:57 -05:00
- uses: actions/upload-artifact@v3
with:
name: binaries
2023-04-11 16:19:06 -04:00
path: ${{ github.workspace }}/examples/WatchFaces/**/build/*.bin
2023-04-23 18:16:57 -04:00
- uses: actions/download-artifact@v3
2023-04-23 18:18:39 -04:00
- name: Display structure of downloaded files
2023-04-23 18:16:57 -04:00
run: ls -R