This commit is contained in:
BrennanConroy 2016-03-30 09:51:19 -07:00
parent b12a97146b
commit 16e2788b6b
1 changed files with 13 additions and 0 deletions

13
appveyor.yml Normal file
View File

@ -0,0 +1,13 @@
init:
- git config --global core.autocrlf true
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off