diff --git a/CI/.drone.yml b/CI/.drone.yml new file mode 100644 index 00000000000..d45a1a431ea --- /dev/null +++ b/CI/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: test + image: hirokimatsumoto/alpine-openjdk-11 + commands: + - ./mvnw clean install + - ./mvnw --quiet verify -Psamples.droneio diff --git a/README.md b/README.md index 8638a77f80e..e56010617bf 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ [](https://circleci.com/gh/OpenAPITools/openapi-generator) [](https://app.shippable.com/github/OpenAPITools/openapi-generator) [](https://ci.appveyor.com/project/WilliamCheng/openapi-generator-wh2wu) +[](https://cloud.drone.io/OpenAPITools/openapi-generator) [`5.0.x`](https://github.com/OpenAPITools/openapi-generator/tree/5.0.x) branch: [](https://travis-ci.org/OpenAPITools/openapi-generator) [](https://circleci.com/gh/OpenAPITools/openapi-generator) [](https://app.shippable.com/github/OpenAPITools/openapi-generator) [](https://ci.appveyor.com/project/WilliamCheng/openapi-generator-wh2wu) +[](https://cloud.drone.io/OpenAPITools/openapi-generator)