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

[CI] Publish build artifact via Pages

parent 75ae0d43
No related branches found
No related tags found
No related merge requests found
image: rust:bullseye
stages:
- build
- publish
build:
stage: build
image: rust:bullseye
before_script:
- apt-get -y update
- apt-get -y install gcc libjq-dev libonig-dev libpam0g-dev
......@@ -13,3 +15,12 @@ build:
artifacts:
paths:
- target/release/libnss_pam_webapi.so
pages:
stage: publish
script:
- mkdir public
- cp target/release/libnss_pam_webapi.so public/
artifacts:
paths:
- public
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