Add travis and appveyor CI support.
This commit is contained in:
parent
25376c3377
commit
b00a6828b1
|
|
@ -0,0 +1,3 @@
|
|||
language: csharp
|
||||
script:
|
||||
- ./build.sh verify
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
build_script:
|
||||
- build.cmd verify
|
||||
clone_depth: 1
|
||||
test: off
|
||||
deploy: off
|
||||
Loading…
Reference in New Issue