Try no start msys2
This commit is contained in:
parent
cfb1750538
commit
e5af5f68e3
@ -73,16 +73,16 @@ buildWindows:
|
||||
when: manual
|
||||
allow_failure: false
|
||||
script:
|
||||
- C:\msys64\msys2_shell.cmd -msys -here windowsBuild-delegated.sh
|
||||
- C:\msys64\msys2_shell.cmd -msys -here windowsBuild-pure.sh
|
||||
- C:\msys64\msys2_shell.cmd -msys -here -no-start windowsBuild-delegated.sh
|
||||
- C:\msys64\msys2_shell.cmd -msys -here -no-start windowsBuild-pure.sh
|
||||
tags:
|
||||
- windowsX64
|
||||
|
||||
windowsPublishToSnapshot:
|
||||
stage: deploy
|
||||
script:
|
||||
- C:\msys64\msys2_shell.cmd -msys -here windowsBuildAndPublish-delegated.sh
|
||||
- C:\msys64\msys2_shell.cmd -msys -here windowsBuildAndPublish-pure.sh
|
||||
- C:\msys64\msys2_shell.cmd -msys -here -no-start windowsBuildAndPublish-delegated.sh
|
||||
- C:\msys64\msys2_shell.cmd -msys -here -no-start windowsBuildAndPublish-pure.sh
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||
- allow_failure: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user