Add .gitlab-ci.yml

This commit is contained in:
Laura 2019-07-05 00:55:11 +02:00
parent 3108a23f68
commit ca6d34d86e
2 changed files with 17 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
# http://docs.gitlab.com/ce/ci/docker/using_docker_build.html#using-the-gitlab-container-registry
# The docker tag is the first 6 letters of the Git commit id
job_build_dotnet:
stage: build
image: microsoft/dotnet:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- dotnet tool install --global dotnet-warp --version 1.0.9
- PATH="$PATH:/root/.dotnet/tools" dotnet warp -r linux-x64 --verbose
artifacts:
paths:
- repomgr

View File

@ -0,0 +1,3 @@
## repomgr
This software allows you to automatically manage any archlinux repo with git repos as source.