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