Removed gitlab CI
All checks were successful
Gitea Organization/fileserver/pipeline/head This commit looks good

This commit is contained in:
2023-02-13 06:45:58 +01:00
parent 46bf74fe4f
commit 0a5dd45ba0
3 changed files with 0 additions and 115 deletions

View File

@@ -1,22 +0,0 @@
build_backend_glibc:
stage: build
image: rust:bullseye
script:
- cd backend
- cargo build --release
- cp target/release/backend_rust ../server
artifacts:
paths:
- server
build_backend_muslc:
stage: build
image: rust:alpine
script:
- apk add pkgconf musl-dev
- cd backend
- cargo build --release
- cp target/release/backend_rust ../server
artifacts:
paths:
- server