add circle.yml to avoid build failure

This commit is contained in:
William Cheng 2020-04-29 15:21:17 +08:00
parent e49fd76581
commit cee6ef2714

10
circle.yml Normal file
View File

@ -0,0 +1,10 @@
version: 2
jobs:
build:
machine:
image: circleci/classic:latest
working_directory: ~/OpenAPITools/openapi-generator
parallelism: 1
shell: /bin/bash --login
steps:
- run: "To avoid build failure due to missing circle.yml"