STM32H750VB_EPD/.drone.yml

18 lines
289 B
YAML
Raw Normal View History

2021-01-10 16:22:10 +00:00
kind: pipeline
2021-01-12 16:58:08 +00:00
type: kubernetes
2021-01-10 16:22:10 +00:00
name: default
steps:
2021-01-10 16:32:58 +00:00
- name: submodules
image: alpine/git
commands:
2021-01-10 16:36:40 +00:00
- git submodule update --recursive --init
2021-01-10 16:32:58 +00:00
2021-01-10 16:22:10 +00:00
- name: build
image: registry.aws.minori.work/imi415/arm-none-toolchain:latest
commands:
- make
image_pull_secrets:
- pull-secret