s0-meter/.drone.yml

22 lines
357 B
YAML
Raw Normal View History

2021-03-08 00:25:14 +01:00
kind: pipeline
type: exec
name: toolchain
steps:
- name: build
commands:
2021-03-08 00:35:00 +01:00
- pwd
- ls -l
# - docker build -t drone_rust:1.50-musl .
2021-03-08 00:25:14 +01:00
2021-03-08 00:35:00 +01:00
# ---
# kind: pipeline
# type: docker
# name: s0_meter
2021-03-08 00:25:14 +01:00
2021-03-08 00:35:00 +01:00
# steps:
# - name: checkout
# image: drone_rust:1.50-musl
# commands:
# - cargo build --release --target=armv7-unknown-linux-musleabihf --features="rppal"