Skip to content

Commit

Permalink
Create compile-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 29, 2023
1 parent b9ba714 commit a7425e4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Compile Examples

on:
- push
- pull_request

jobs:
compile-sketches-esp32:
runs-on: ubuntu-latest

strategy:
fail-fast: false

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Compile examples
uses: arduino/compile-sketches@v1
with:
fqbn: esp32:esp32:esp32:PartitionScheme=huge_app
platforms: |
- name: esp32:esp32
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
libraries: |
- source-path: ./

0 comments on commit a7425e4

Please sign in to comment.