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."