forked from michael/leanshot
7 lines
106 B
YAML
7 lines
106 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: rust:1.25.0
|
||
|
commands:
|
||
|
- cargo check
|
||
|
- cargo build --release
|