STM32H750VB_EPD/.drone.yml

19 lines
292 B
YAML
Raw Normal View History

2021-01-10 16:22:10 +00:00
kind: pipeline
type: docker
name: default
steps:
2021-01-10 16:32:58 +00:00
steps:
- 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