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

chore: update gitlab CI tags

parent e1c050de
No related branches found
No related tags found
1 merge request!29Resolve "feat: impl Deserialize on custom types in utils"
Pipeline #19776 passed with stages
in 5 minutes and 4 seconds
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
...@@ -3,17 +3,18 @@ stages: ...@@ -3,17 +3,18 @@ stages:
- test - test
- publish - publish
build: default:
tags: tags:
- linux - linux
- docker
build:
stage: build stage: build
image: rust:latest image: rust:latest
script: script:
- cargo build - cargo build
rustdoc: rustdoc:
tags:
- linux
stage: build stage: build
image: rust:latest image: rust:latest
script: script:
...@@ -23,16 +24,12 @@ rustdoc: ...@@ -23,16 +24,12 @@ rustdoc:
- target/doc - target/doc
unit-test: unit-test:
tags:
- linux
stage: test stage: test
image: rust:latest image: rust:latest
script: script:
- cargo test --lib - cargo test --lib
lint-test: lint-test:
tags:
- linux
stage: test stage: test
image: rust:latest image: rust:latest
script: script:
...@@ -40,8 +37,6 @@ lint-test: ...@@ -40,8 +37,6 @@ lint-test:
- cargo clippy - cargo clippy
docs: docs:
tags:
- linux
stage: publish stage: publish
image: alpine image: alpine
dependencies: dependencies:
...@@ -53,4 +48,4 @@ docs: ...@@ -53,4 +48,4 @@ docs:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
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