Skip to content

Commit

Permalink
Make CI build use the default platformio.ini
Browse files Browse the repository at this point in the history
Different platforms are boards are tested in a matrix.
  • Loading branch information
mairas committed Dec 18, 2024
1 parent a320806 commit 3cc02a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 65 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- examples/repeat_sensor_analog_input.cpp
- examples/rpm_counter.cpp
device:
- esp32dev
- esp32-c3-devkitm-1
- esp32
- esp32c3
platform:
- arduino
- pioarduino
- espard
- espidf
exclude:
- platform: arduino
device: esp32-c3-devkitm-1
device: esp32c3
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down
20 changes: 0 additions & 20 deletions ci/platformio_arduino.ini

This file was deleted.

23 changes: 0 additions & 23 deletions ci/platformio_espard.ini

This file was deleted.

17 changes: 0 additions & 17 deletions ci/platformio_pioarduino.ini

This file was deleted.

2 changes: 1 addition & 1 deletion ci/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export PROJDIR=$(pwd)

# the example to build comes from $PLATFORMIO_CI_SRC

pio ci -c ci/platformio_${CI_PLATFORM}.ini
pio ci -e ${CI_PLATFORM}_${CI_DEVICE} --project-conf platformio.ini --lib . --exclude examples --exclude docs --exclude .pio

0 comments on commit 3cc02a1

Please sign in to comment.