Merge pull request #122 from Meptl/auto-compile-check

Compile example programs on push with Github Actions
pull/217/head
SQFMI 2023-02-08 17:00:21 -05:00 committed by GitHub
commit 851467cc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/test-compilation.yml vendored Normal file
View File

@ -0,0 +1,13 @@
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