This commit is contained in:
Alexander Gabriel 2018-10-06 20:22:49 +02:00
parent 89c854954f
commit 02149df6da

View File

@ -9,7 +9,8 @@ environment:
matrix: matrix:
- THREAD_SAFE: "true" - THREAD_SAFE: "true"
- THREAD_SAFE: "false" - THREAD_SAFE: "false"
PHP_VERSION: 7.2.10 PHP:
- PHP_VERSION: 7.2.10
PHP_BRANCH: 7.2 PHP_BRANCH: 7.2
shallow_clone: true shallow_clone: true
@ -17,7 +18,6 @@ shallow_clone: true
build_script: build_script:
- if "%platform%" == "x64" SET VS_FULL=%VS_VERSION% Win64 - if "%platform%" == "x64" SET VS_FULL=%VS_VERSION% Win64
- if "%platform%" == "x86" SET VS_FULL=%VS_VERSION% - if "%platform%" == "x86" SET VS_FULL=%VS_VERSION%
- mkdir C:\projects
#Build PHP #Build PHP
- move C:\cygwin C:\cygwin_disabled - move C:\cygwin C:\cygwin_disabled
- move C:\cygwin64 C:\cygwin64_disabled - move C:\cygwin64 C:\cygwin64_disabled