chore(everything): too much honestly

This commit is contained in:
Evelyn Alicke 2023-06-27 21:00:25 +02:00
parent 8147aa8e88
commit 58a66099c3
No known key found for this signature in database
GPG key ID: 6834780BDA479436
14 changed files with 357 additions and 355 deletions

23
.gitlab-ci.yml Normal file
View 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