Add travis and appveyor CI support.

This commit is contained in:
N. Taylor Mullen 2015-04-01 15:38:46 -07:00
parent 4f357411aa
commit c23dda2e29
3 changed files with 8 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: csharp
script:
- ./build.sh verify

5
appveyor.yml Normal file
View File

@ -0,0 +1,5 @@
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off

0
build.sh Normal file → Executable file
View File