From 02149df6dae2818e476811db5a06e0a0ce8f7016 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sat, 6 Oct 2018 20:22:49 +0200 Subject: [PATCH] adf --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1967718..957acab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,15 +9,15 @@ environment: matrix: - THREAD_SAFE: "true" - THREAD_SAFE: "false" - PHP_VERSION: 7.2.10 - PHP_BRANCH: 7.2 + PHP: + - PHP_VERSION: 7.2.10 + PHP_BRANCH: 7.2 shallow_clone: true build_script: - if "%platform%" == "x64" SET VS_FULL=%VS_VERSION% Win64 - if "%platform%" == "x86" SET VS_FULL=%VS_VERSION% - - mkdir C:\projects #Build PHP - move C:\cygwin C:\cygwin_disabled - move C:\cygwin64 C:\cygwin64_disabled