Skip to content

Commit

Permalink
Drop ESPHome from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 30, 2024
1 parent 2441d47 commit b9d2724
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
folder: "Marlin"
config_dir: "Marlin"
env_name: "mega2560"
- esphome:
repository: "esphome/esphome"
folder: "esphome"
config_dir: "esphome"
env_name: "esp32-arduino"
- smartknob:
repository: "scottbez1/smartknob"
folder: "smartknob"
Expand All @@ -34,9 +29,6 @@ jobs:
config_dir: "OpenMQTTGateway"
env_name: "esp32-m5atom-lite"
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: windows-latest
project: {"esphome": "", "repository": "esphome/esphome", "folder": "esphome", "config_dir": "esphome", "env_name": "esp32-arduino"}

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -59,11 +51,6 @@ jobs:
repository: ${{ matrix.project.repository }}
path: ${{ matrix.project.folder }}

- name: Install ESPHome dependencies
# Requires esptool package as it's used in a custom prescript
if: ${{ contains(matrix.project.repository, 'esphome') }}
run: pip install esptool==3.*

- name: Compile ${{ matrix.project.repository }}
run: pio run -d ${{ matrix.project.config_dir }} -e ${{ matrix.project.env_name }}

0 comments on commit b9d2724

Please sign in to comment.