From 2fc42627bcf62587182cb5776fdde3e6d203184a Mon Sep 17 00:00:00 2001 From: imi415 Date: Mon, 11 Jan 2021 00:32:58 +0800 Subject: [PATCH] Fixed submodule clone. --- .drone.yml | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 README.md diff --git a/.drone.yml b/.drone.yml index 0fa7e1d..e11aba1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,12 @@ type: docker name: default steps: +steps: +- name: submodules + image: alpine/git + commands: + - git submodule update --recursive --remote + - name: build image: registry.aws.minori.work/imi415/arm-none-toolchain:latest commands: diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2d08bc --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# EPD Example project + + +[![Build Status](https://ci.minori.work/api/badges/STM32_Projects/STM32H750VB_EPD/status.svg)](https://ci.minori.work/STM32_Projects/STM32H750VB_EPD)