diff --git a/.drone.yml b/.drone.yml index 60a0052..4229e1e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,13 +19,13 @@ kind: pipeline type: exec -name: default +name: Build steps: - name: test commands: - - echo hello - - echo world + - whoami + - cargo build --target=armv7-unknown-linux-gnueabihf node: lights: builder