mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-06-16 13:36:40 +00:00
using rust is important
This commit is contained in:
parent
05a7fc6202
commit
d69f7844b1
@ -9,17 +9,14 @@ cache:
|
|||||||
- target/
|
- target/
|
||||||
- cargo/
|
- cargo/
|
||||||
|
|
||||||
before_script:
|
|
||||||
- rustup default stable
|
|
||||||
- cargo --version
|
|
||||||
- rustc --version
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
image: rust:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
|
|
||||||
build_site:
|
build_site:
|
||||||
|
image: rust:latest
|
||||||
stage: build_site
|
stage: build_site
|
||||||
script:
|
script:
|
||||||
- cargo run
|
- cargo run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user