Skip to content

Commit

Permalink
Specifying the preferred clone folder in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 21, 2014
1 parent 0f8bec8 commit 1358d27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
@@ -1,6 +1,7 @@
build: false
shallow_clone: true
platform: 'x86'
clone_folder: c:\projects\cakephp
environment:
global:
db_class: 'Cake\Database\Driver\SqlServer'
Expand All @@ -12,6 +13,9 @@ environment:
- PHP: "C:/PHP"
services:
- mssql2008r2sp2
branches:
only:
- 3.0-windows-ci
init:
- SET PATH=C:\php\;%PATH%
install:
Expand Down

0 comments on commit 1358d27

Please sign in to comment.