diff --git a/.drone.yml b/.drone.yml index ca181e2..e286eaa 100644 --- a/.drone.yml +++ b/.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"