Skip to content
Snippets Groups Projects
Commit 8dd89002 authored by Maaz Ahmed's avatar Maaz Ahmed
Browse files

ci: add tags

parent 09902452
No related branches found
No related tags found
No related merge requests found
Pipeline #14259 failed with stages
in 9 minutes and 19 seconds
......@@ -4,12 +4,16 @@ stages:
- publish
build:
tags:
- linux
stage: build
image: rust:latest
script:
- cargo build
rustdoc:
tags:
- linux
stage: build
image: rust:latest
script:
......@@ -19,18 +23,24 @@ rustdoc:
- target/doc
unit-test:
tags:
- linux
stage: test
image: rust:latest
script:
- cargo test --lib
lint-test:
tags:
- linux
stage: test
image: rust:latest
script:
- cargo clippy
docs:
tags:
- linux
stage: publish
image: alpine
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment