10 lines
133 B
YAML
10 lines
133 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: rtiow
|
|
image: ruste
|
|
commands:
|
|
- cd rtiow && cargo test
|
|
- cd rtiow && cargo build
|