Skip to content
Snippets Groups Projects
Commit 96fcbf07 authored by Falk Rehse's avatar Falk Rehse
Browse files

Add gitlab CI

parent d52f9052
Branches
No related tags found
No related merge requests found
Pipeline #176791 failed
build:
image: docker.io/library/rust:1-alpine
stage: build
script:
- cargo build --release --no-default-features
- mv target/release/matrix-calver matrix-calver
artifacts:
paths:
- matrix-calver
expose_as: matrix-calver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment