Update .drone.yml
This commit is contained in:
parent
47c1427fb3
commit
359d1e16bd
1 changed files with 12 additions and 10 deletions
22
.drone.yml
22
.drone.yml
|
|
@ -5,15 +5,17 @@ name: toolchain
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- docker build -t drone_rust:1.50-musl .
|
- pwd
|
||||||
|
- ls -l
|
||||||
|
# - docker build -t drone_rust:1.50-musl .
|
||||||
|
|
||||||
---
|
# ---
|
||||||
kind: pipeline
|
# kind: pipeline
|
||||||
type: docker
|
# type: docker
|
||||||
name: s0_meter
|
# name: s0_meter
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: checkout
|
# - name: checkout
|
||||||
image: drone_rust:1.50-musl
|
# image: drone_rust:1.50-musl
|
||||||
commands:
|
# commands:
|
||||||
- cargo build --release --target=armv7-unknown-linux-musleabihf --features="rppal"
|
# - cargo build --release --target=armv7-unknown-linux-musleabihf --features="rppal"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue