From a3db21c7a4eeb8232eaab6eb5a297b4529042232 Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Fri, 30 Nov 2018 06:58:08 +0100 Subject: [PATCH] Update win.sh --- travis/win.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/win.sh b/travis/win.sh index 3d6a3f2..a4c2ae5 100644 --- a/travis/win.sh +++ b/travis/win.sh @@ -4,8 +4,8 @@ git clone https://github.com/Microsoft/vcpkg.git cd vcpkg ls - -powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}" +cmd.exe /c bootstrap-vcpkg.bat +ls powershell.exe .\vcpkg integrate install powershell.exe .\vcpkg install zlib:x64-windows-static openssl:x64-windows-static cd $TRAVIS_BUILD_DIR