chore(everything): too much honestly
This commit is contained in:
parent
8147aa8e88
commit
58a66099c3
14 changed files with 357 additions and 355 deletions
23
.gitlab-ci.yml
Normal file
23
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
include:
|
||||
- project: 'famedly/infra/templates/ci-cd'
|
||||
ref: 'rust-v1'
|
||||
file: '/rust.yml'
|
||||
- project: 'famedly/infra/templates/ci-cd'
|
||||
ref: 'docker-v1'
|
||||
file: '/docker.yml'
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
|
||||
cargo-check:
|
||||
extends: .cargo_check
|
||||
|
||||
cargo-build:
|
||||
extends: .cargo_build
|
||||
|
||||
docker_releases:
|
||||
extends: .docker_releases
|
||||
|
||||
docker_tags:
|
||||
extends: .docker_tags
|
Loading…
Add table
Add a link
Reference in a new issue