mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
3d7ff26c67
* 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
16 lines
265 B
YAML
16 lines
265 B
YAML
language: java
|
|
|
|
jdk:
|
|
- openjdk7
|
|
- openjdk8
|
|
|
|
build:
|
|
cache: true
|
|
cache_dir_list:
|
|
- $HOME/.m2
|
|
ci:
|
|
# generate all petstore sampless (client, servers, doc)
|
|
- ./bin/run-all-petstore 2>&1 > run-all-petstore.log
|
|
post_ci:
|
|
- tail run-all-petstore.log
|