From ca6d34d86e2ffb4f096f33b70d41f3809824b7a5 Mon Sep 17 00:00:00 2001 From: Laura Date: Fri, 5 Jul 2019 00:55:11 +0200 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 14 ++++++++++++++ README.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0d069ba --- /dev/null +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index e69de29..4af1538 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +## repomgr + +This software allows you to automatically manage any archlinux repo with git repos as source. \ No newline at end of file