From 44af7014e68af0354cab00074b937a44f07487e5 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Wed, 21 Oct 2020 18:04:57 +0200 Subject: [PATCH] Win build debug --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a6afd9..7aae169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,9 +73,10 @@ buildWindows: when: manual allow_failure: false script: - - C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20 - - C:\msys64\usr\bin\bash -lc "bash -x ./windowsBuild-delegated.sh" - - C:\msys64\usr\bin\bash -lc "bash -x ./windowsBuild-pure.sh" + - C:\msys64\usr\bin\bash -lc "env" + - C:\msys64\usr\bin\bash -lc "pwd" +# - C:\msys64\usr\bin\bash -lc "bash -x ./windowsBuild-delegated.sh" +# - C:\msys64\usr\bin\bash -lc "bash -x ./windowsBuild-pure.sh" tags: - windowsX64