Skip to content

Commit

Permalink
added waveshare to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KenVanHoeylandt committed Jan 24, 2024
1 parent cf44ad4 commit 3e26025
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/esp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,33 @@ jobs:
esp_idf_version: v5.1.2
target: esp32
path: './'
Build-Lilygo-T-Deck:
build-lilygo-t-deck:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
- name: checkout repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: Board select
- name: board select
run: cp sdkconfig.board.lilygo_tdeck sdkconfig
- name: esp32s3 build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.1.2
target: esp32s3
path: './'
build-waveshare-s3-touch:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: board select
run: cp sdkconfig.board.waveshare_s3_touch sdkconfig
- name: esp32s3 build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.1.2
target: esp32s3
path: './'

0 comments on commit 3e26025

Please sign in to comment.