Try no start msys2

This commit is contained in:
Ugljesa Jovanovic 2020-10-20 21:00:22 +02:00
parent cfb1750538
commit e5af5f68e3
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

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