Skip to content

Commit 58dd892

Browse files
committed
Rename build cache folder and separate sdk
1 parent eead6bf commit 58dd892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ skip_commits:
1717
clone_depth: 64
1818

1919
cache:
20-
- c:\build-cache
21-
- c:\build-cache\sdk -> .appveyor.yml
20+
- c:\build-cache2
21+
- c:\build-cache2-sdk -> .appveyor.yml
2222

2323
environment:
24-
PHP_BUILD_CACHE_BASE_DIR: c:\build-cache
24+
PHP_BUILD_CACHE_BASE_DIR: c:\build-cache2
2525
PHP_BUILD_OBJ_DIR: c:\obj
26-
PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk
26+
PHP_BUILD_CACHE_SDK_DIR: c:\build-cache2-sdk
2727
PHP_BUILD_SDK_BRANCH: php-sdk-2.0.12beta3
2828
# ext and env setup for tests
2929
#MYSQL_TEST_PASSWD: Password12!

0 commit comments

Comments
 (0)