From b3d461fe1fe80013e0c68dfe519b8700e6d78fe8 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki Date: Tue, 1 Nov 2016 14:05:03 +0100 Subject: [PATCH] Fix paths in appveyor build --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 58c4c013..8e792dbd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,2 +1,2 @@ -install: powershell -NoProfile -ExecutionPolicy Bypass -Command "windows_cygwin\bootstrap.ps1" -build_script: windows_cygwin\build.bat +install: powershell -NoProfile -ExecutionPolicy Bypass -Command "windows\bootstrap.ps1" +build_script: windows\build.bat