Skip to content

Commit

Permalink
shallow_clone: true to shave off CI time
Browse files Browse the repository at this point in the history
http://blog.appveyor.com/2014/06/04/shallow-clone-for-git-repositories/

Means we don't have to download all those old CefSharp 1 and 3.27 + 3.29 binaries
  • Loading branch information
jornh committed Jun 14, 2014
1 parent 6ca98c0 commit 5c6d13b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
environment:
VisualStudioVersion: 11.0

shallow_clone: true

configuration:
- Debug
- Release
Expand Down

0 comments on commit 5c6d13b

Please sign in to comment.