Skip to content
Snippets Groups Projects
Unverified Commit 47be84a0 authored by Daniel Kouřil's avatar Daniel Kouřil
Browse files

Build the creds converter

parent 1f6d250d
Branches
No related tags found
No related merge requests found
Pipeline #3420 failed
image: debian:bullseye
# Is performed before the scripts in the stages step
before_script:
- source /etc/profile
variables:
DEBEMAIL: "Daniel Kouril <kouril@ics.muni.cz>"
# Defines stages which are to be executed
stages: stages:
- build - build
# Stage "build" .build:
run-build: tags:
- docker
stage: build stage: build
script: script:
- ./make.sh - make
# This stage is only executed if commited to master
only:
- master
# The files which are to be made available in GitLab
artifacts: artifacts:
paths: paths:
- build/* - creds2cc
name: creds2cc_$CUST_OS_NAME-$CUST_OS_VERSION
expire_in: 1 hour
.build debian:
image: $CUST_OS_NAME:$CUST_OS_VERSION
before_script:
- apt update
- DEBIAN_FRONTEND=noninteractive apt install -y build-essential heimdal-dev
extends: .build unix
.build debian 11:
variables:
CUST_OS_NAME: debian
CUST_OS_VERSION: "11"
extends: .build debian
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment