From 1e0ff63fb625f09eb93d5bdec13e9c6994e3d057 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sat, 6 Oct 2018 20:29:00 +0200 Subject: [PATCH] adsf --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index aed63f0..5ea4e0f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,8 @@ shallow_clone: true build_script: - if "%platform%" == "x64" SET VS_FULL=%VS_VERSION% Win64 - if "%platform%" == "x86" SET VS_FULL=%VS_VERSION% + - if "%platform%" == "x64" call "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvars64.bat" + - if "%platform%" == "x86" call "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvars32.bat" #Build PHP - move C:\cygwin C:\cygwin_disabled - move C:\cygwin64 C:\cygwin64_disabled