Skip to content
Snippets Groups Projects
Verified Commit b3e900b7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Enable GitLab CI

parent ac457806
No related branches found
No related tags found
No related merge requests found
stages: build
build:
stage: build
image: rust:latest
script:
- cargo build --release
artifacts:
paths:
- target/release/libnss_pam_oidc.so
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