Skip to content

Commit

Permalink
Rename build cache folder and separate sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Oct 23, 2017
1 parent eead6bf commit 58dd892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ skip_commits:
clone_depth: 64

cache:
- c:\build-cache
- c:\build-cache\sdk -> .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
# ext and env setup for tests
#MYSQL_TEST_PASSWD: Password12!
Expand Down

0 comments on commit 58dd892

Please sign in to comment.