Update .gitlab-ci.yml file

i18n
jan Michal 2 years ago
parent 495e6359e9
commit 3e0d018818

@ -0,0 +1,18 @@
image: "rust:latest"
stages:
- build
- test
build-job:
stage: build
script:
- cargo build --release
lint-test-job:
stage: test
script:
- cargo clippy
Loading…
Cancel
Save