Browse Source

Specifying the preferred clone folder in appveyor

Jose Lorenzo Rodriguez 11 years ago
parent
commit
1358d27148
1 changed files with 4 additions and 0 deletions
  1. 4 0
      appveyor.yml

+ 4 - 0
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'
@@ -12,6 +13,9 @@ environment:
     - PHP: "C:/PHP"
 services:
   - mssql2008r2sp2
+branches:
+  only:
+    - 3.0-windows-ci
 init:
   - SET PATH=C:\php\;%PATH%
 install: