Add travis and appveyor CI support.
This commit is contained in:
parent
f3de094815
commit
13eae9bb47
|
|
@ -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