STM32H750VB_XIP_Playground/.drone.yml

13 lines
189 B
YAML
Raw Permalink Normal View History

2020-12-20 17:18:11 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: registry.aws.minori.work/imi415/arm-none-toolchain:latest
commands:
- make
image_pull_secrets:
- pull-secret