Signed-off-by: Jochen maes <jochen@sejo-it.be>
This commit is contained in:
parent
ac366da316
commit
067d4200c9
20
.drone.yml
20
.drone.yml
@ -15,3 +15,23 @@ steps:
|
|||||||
image: rust:1.73
|
image: rust:1.73
|
||||||
commands:
|
commands:
|
||||||
- cargo build --target x86_64-unknown-linux-gnu
|
- cargo build --target x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: mouse-arm64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: rust:1.73
|
||||||
|
commands:
|
||||||
|
- cargo test
|
||||||
|
- name: compile
|
||||||
|
image: rust:1.73
|
||||||
|
commands:
|
||||||
|
- cargo build --target x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user