mirror of
https://github.com/sqfmi/Watchy.git
synced 2024-11-27 03:13:26 +03:00
14 lines
659 B
YAML
14 lines
659 B
YAML
|
name: Compile Example Programs
|
||
|
on: [push, pull_request]
|
||
|
jobs:
|
||
|
test-compilation:
|
||
|
name: Compile example projects
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: ArminJo/arduino-test-compile@v3
|
||
|
with:
|
||
|
arduino-board-fqbn: esp32:esp32:esp32:PSRAM=disabled,PartitionScheme=min_spiffs,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,LoopCore=1,EventsCore=1,DebugLevel=none
|
||
|
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
||
|
required-libraries: Adafruit GFX Library,Arduino_JSON,DS3232RTC,Rtc_Pcf8563,GxEPD2,WiFiManager
|