Commit f435e1d4 authored by Chunchi Che's avatar Chunchi Che

add ci

parent a6056d3d
Pipeline #18028 failed
stages:
- lint
- test
- build
- deploy
cargo_check:
state: lint
tags:
- linux
script:
- cargo check
cargo_clippy:
stage: lint
tags:
- linux
script:
- cargo clippy
cargo_test:
stage: test
tags:
- linux
script:
- cargo test
cargo_build:
stage: build
tags:
- linux
script:
- cargo build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment