Add travis and appveyor CI support.

This commit is contained in:
N. Taylor Mullen 2015-04-01 15:55:21 -07:00
parent fcf083dd76
commit 5a6c90882a
5 changed files with 10 additions and 2 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

View File

@ -1,6 +1,6 @@
{
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": "true"
},
"dependencies": {
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",

View File

@ -1,6 +1,6 @@
{
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": "true"
},
"dependencies": {
"Microsoft.AspNet.Authorization": "1.0.0-*",