2021-03-08 00:25:14 +01:00
|
|
|
kind: pipeline
|
2021-03-08 00:46:13 +01:00
|
|
|
name: default
|
2021-03-08 00:25:14 +01:00
|
|
|
|
2021-03-08 01:23:34 +01:00
|
|
|
|
|
|
|
|
steps:
|
2021-03-08 01:26:02 +01:00
|
|
|
- name: build
|
2021-03-08 01:23:34 +01:00
|
|
|
image: rust:1.50-slim
|
|
|
|
|
commands:
|
|
|
|
|
- cargo build
|
|
|
|
|
|
2021-03-08 00:46:13 +01:00
|
|
|
- name: test
|
|
|
|
|
image: rust:1.50-slim
|
2021-03-08 00:25:14 +01:00
|
|
|
commands:
|
2021-03-08 00:46:13 +01:00
|
|
|
- cargo test
|
|
|
|
|
|
|
|
|
|
# kind: pipeline
|
|
|
|
|
# type: exec
|
|
|
|
|
# name: toolchain
|
|
|
|
|
|
|
|
|
|
# steps:
|
|
|
|
|
# - name: build
|
|
|
|
|
# commands:
|
|
|
|
|
# - pwd
|
|
|
|
|
# - ls -lh
|
2021-03-08 00:35:00 +01:00
|
|
|
# - 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"
|