diff options
author | Anatol Belski <ab@php.net> | 2017-10-23 07:09:52 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-10-23 07:09:52 +0200 |
commit | bba881e4243278a6fdec07beecdaffea92b5f7ab (patch) | |
tree | f9e47bc96808e23b36e6a5a72cbb829083ed6641 /.appveyor.yml | |
parent | ae5dbea5e789d43e743f2639a955c7578ed759f0 (diff) | |
parent | a10ef3d5cc35cab1dabaa16d380e365f399a6847 (diff) | |
download | php-git-bba881e4243278a6fdec07beecdaffea92b5f7ab.tar.gz |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Rename build cache folder and separate sdk
Revert "Invalidate the whole cache when .appveyor.yml was changed"
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 5918cd00b7..a8655de5bb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,12 +17,13 @@ skip_commits: clone_depth: 64 cache: - - c:\build-cache -> .appveyor.yml + - c:\build-cache2 + - c:\build-cache2-sdk -> .appveyor.yml environment: - PHP_BUILD_CACHE_BASE_DIR: c:\build-cache + PHP_BUILD_CACHE_BASE_DIR: c:\build-cache2 PHP_BUILD_OBJ_DIR: c:\obj - PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk + PHP_BUILD_CACHE_SDK_DIR: c:\build-cache2-sdk PHP_BUILD_SDK_BRANCH: php-sdk-2.0.12beta3 PHP_BUILD_CRT: vc15 # ext and env setup for tests |