From cfb1750538dc1e7b063421b8cc01f1cd93969cc8 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Tue, 20 Oct 2020 20:58:00 +0200 Subject: [PATCH] Msys2 for pull build as well --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd99848..a8faada 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,8 +73,8 @@ buildWindows: when: manual allow_failure: false script: - - ./windowsBuild-delegated.sh - - ./windowsBuild-pure.sh + - C:\msys64\msys2_shell.cmd -msys -here windowsBuild-delegated.sh + - C:\msys64\msys2_shell.cmd -msys -here windowsBuild-pure.sh tags: - windowsX64