Setup ci stuff
This commit is contained in:
parent
83ea8051c8
commit
6bc4a40926
|
|
@ -0,0 +1,4 @@
|
||||||
|
language: csharp
|
||||||
|
sudo: false
|
||||||
|
script:
|
||||||
|
- ./build.sh --quiet verify
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
init:
|
||||||
|
- git config --global core.autocrlf true
|
||||||
|
build_script:
|
||||||
|
- build.cmd --quiet --parallel verify
|
||||||
|
clone_depth: 1
|
||||||
|
test: off
|
||||||
|
deploy: off
|
||||||
Loading…
Reference in New Issue