Skip to content

Commit

Permalink
Use pre-built PIO builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
GJKrupa committed Jul 9, 2022
1 parent 7c2b301 commit 2178628
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ name: branch-build

steps:
- name: build-pio
image: python:3
image: uxian/pio-esp32
commands:
- pip install platformio
- pio run
when:
event:
- push
- pull_request

- name: docker-build
image: docker:dind
Expand All @@ -25,7 +24,7 @@ steps:
- docker buildx build --platform linux/amd64,linux/arm64 -t test:latest .
when:
event:
- push
- pull_request

services:
- name: dind
Expand Down

0 comments on commit 2178628

Please sign in to comment.