This commit is contained in:
Alexander Gabriel 2018-10-06 20:29:00 +02:00
parent 98b01156b2
commit 1e0ff63fb6
1 changed files with 2 additions and 0 deletions

View File

@ -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