[C#] Add C# Petstore test to AppVeyor (#3489)

* update appveyor.yml to test c# petstore client

* update csproj file

* add docker version test

* add docker version

* add docker

* add cpuid.ps1

* comment out cpuid

* use start process

* remove mvn test

* remove comments related to docker

* fix appveyor to run local petstore, shippable caching turned on

* add comments to ci config

* remove cpuid.ps1

* update C# petstore sample
This commit is contained in:
wing328
2016-07-31 22:37:06 +08:00
committed by GitHub
parent 75cd4bf437
commit 3d7ff26c67
8 changed files with 80 additions and 69 deletions

View File

@@ -3,11 +3,13 @@ language: java
jdk:
- openjdk7
- openjdk8
- oraclejdk7
- oraclejdk8
build:
cache: true
cache_dir_list:
- $HOME/.m2
ci:
- ./bin/run-all-petstore > run-all-petstore.log 2>&1
# generate all petstore sampless (client, servers, doc)
- ./bin/run-all-petstore 2>&1 > run-all-petstore.log
post_ci:
- tail run-all-petstore.log