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:
|
||||
- name: build
|
||||
commands:
|
||||
- docker build -t drone_rust:1.50-musl .
|
||||
- pwd
|
||||
- ls -l
|
||||
# - docker build -t drone_rust:1.50-musl .
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: s0_meter
|
||||
# ---
|
||||
# kind: pipeline
|
||||
# type: docker
|
||||
# name: s0_meter
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
image: drone_rust:1.50-musl
|
||||
commands:
|
||||
- cargo build --release --target=armv7-unknown-linux-musleabihf --features="rppal"
|
||||
# steps:
|
||||
# - name: checkout
|
||||
# image: drone_rust:1.50-musl
|
||||
# commands:
|
||||
# - cargo build --release --target=armv7-unknown-linux-musleabihf --features="rppal"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue