multiline shell, yay!
This commit is contained in:
parent
5bdf409a1f
commit
67af8bbd47
8 changed files with 76 additions and 48 deletions
|
|
@ -1,21 +1,6 @@
|
|||
default:
|
||||
image: rust:latest
|
||||
|
||||
fmt:
|
||||
stage: build
|
||||
script:
|
||||
- rustup component add rustfmt
|
||||
- rustfmt --check tests/*
|
||||
- rustfmt --check src/*.rs
|
||||
- rustfmt --check src/stl/*
|
||||
- rustfmt --check src/bin/*
|
||||
|
||||
lint:
|
||||
stage: build
|
||||
script:
|
||||
- cargo clippy
|
||||
allow_failure: true
|
||||
|
||||
compile:
|
||||
stage: build
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue