added release-win64 job that should automate my manual stuff

This commit is contained in:
Bert van der Weerd 2022-09-29 21:50:36 +02:00
parent cbae6e21a6
commit eb752a0581
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

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