Some checks failed
continuous-integration/drone/push Build is failing
Change docker image to use
9 lines
167 B
YAML
9 lines
167 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: arduino-nano-opst
|
|
|
|
steps:
|
|
- name: build
|
|
image: shaguarger/platformio
|
|
commands:
|
|
- platformio run . -e <ID_1> -e <ID_2> -e <ID_N> |