From eb752a05819c7cb15356cb5746c963c9ef06770e Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 29 Sep 2022 21:50:36 +0200 Subject: [PATCH] added release-win64 job that should automate my manual stuff --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e69de29..fc59500 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +stages: + - release + +release-win64: + stage: release + when: manual + only: + - win64 + script: + - echo "Here we want to take the artifacts from the bsys5-win64 build and publish them as a release in the windows repo. This will require a gitlab API key? We also need to do signing here."