Skip to content
Snippets Groups Projects
Commit 999dfe99 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

add acmebot

parent 6276dfd4
No related branches found
No related tags found
No related merge requests found
Pipeline #1128 failed
......@@ -57,3 +57,10 @@ painintheapt:
artifacts:
paths:
- packages/*
acmebot:
image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-packages:buster
stage: build
script: scripts/acmebot.sh
artifacts:
- packages/*
#!/bin/bash
source "${BASH_SOURCE%/*}/common.sh"
get_git_sources acmebot https://github.com/hinrikus/acmebot debian
install_build_deps
build
test_install
prepare_artifacts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment