Fire_RT1052_Pro_Watch/.drone.yml
Yilin Sun 9abb1ad146
All checks were successful
continuous-integration/drone Build is passing
Initial commit.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-19 23:54:06 +08:00

18 lines
395 B
YAML

---
kind: pipeline
type: docker
name: Build
steps:
- name: Submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: Build
image: "git.minori.work/embedded_sdk/embedded-builder-arm:latest"
commands:
- mkdir build && cd build
- cmake -DCMAKE_TOOLCHAIN_FILE=arm-none-eabi.cmake ..
- make fire_rt1052_pro_watch_FLASH.elf