added release-win64 job that should automate my manual stuff
This commit is contained in:
parent
cbae6e21a6
commit
eb752a0581
1 changed files with 10 additions and 0 deletions
|
|
@ -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."
|
||||
Loading…
Add table
Reference in a new issue