Setup ci stuff

This commit is contained in:
David Fowler 2015-09-04 01:33:47 -07:00
parent 83ea8051c8
commit 6bc4a40926
3 changed files with 11 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: csharp
sudo: false
script:
- ./build.sh --quiet verify

7
appveyor.yml Normal file
View File

@ -0,0 +1,7 @@
init:
- git config --global core.autocrlf true
build_script:
- build.cmd --quiet --parallel verify
clone_depth: 1
test: off
deploy: off

0
build.sh Normal file → Executable file
View File