Skip to content

Commit

Permalink
Fixed Arduino CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 15, 2024
1 parent 064ada2 commit 423cf7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ jobs:
with:
python-version: 3.11

- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1

- name: Install Python serial library
run: python -m pip install pyserial

- name: Arduino ESP32 Platform Installation
run: arduino-cli core install esp32:esp32

- name: Pull all library submodules
run: git submodule update --recursive --remote
- name: Install Arduino CLI
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh

- name: Build Jessy OS via Arduino CLI
run: |
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library ./lib/Arduino-List --library ./lib/fabgl --library ./lib/rishka --build-path build kernel
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library lib/Arduino-List --library lib/FabGL --library lib/rishka --build-path build --verbose kernel
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
dist/

0 comments on commit 423cf7a

Please sign in to comment.