CI: Initial.
continuous-integration/drone/push Build encountered an error Details

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2023-08-26 12:05:39 +08:00
parent 52076e676f
commit cdee95e807
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
kind: pipeline
type: docker
name: Build
steps:
- name: Submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: Build
image: "docker pull ghcr.io/puddingindustries/embedded-builder-andesv5:v5d"
commands:
- mkdir build && cd build
- cmake -DCMAKE_TOOLCHAIN_FILE=riscv32-elf.cmake ..
- make fire_hpm6750_template_FLASH.elf