Add travis and appveyor CI support.

This commit is contained in:
N. Taylor Mullen 2015-04-01 15:57:51 -07:00
parent e89ae2f6c3
commit 2ae44c7063
2 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