Signed-off-by: Jochen maes <jochen@sejo-it.be>
This commit is contained in:
parent
5e60b7fcff
commit
ac366da316
@ -1,10 +1,17 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: mouse-amd64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.73
|
image: rust:1.73
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- 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