From bb6c629df569e478862242dd016b4fca17840be1 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 11:36:59 +0000 Subject: [PATCH] try build --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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