try build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Andre Henriques 2023-03-18 11:36:59 +00:00
parent 26aa55ce43
commit bb6c629df5

View File

@ -19,13 +19,13 @@
kind: pipeline kind: pipeline
type: exec type: exec
name: default name: Build
steps: steps:
- name: test - name: test
commands: commands:
- echo hello - whoami
- echo world - cargo build --target=armv7-unknown-linux-gnueabihf
node: node:
lights: builder lights: builder