STM32H750VB_EPD/.drone.yml

18 lines
289 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --init
- name: build
image: registry.aws.minori.work/imi415/arm-none-toolchain:latest
commands:
- make
image_pull_secrets:
- pull-secret