mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 14:40:53 +00:00
add circle.yml to avoid build failure
This commit is contained in:
parent
e49fd76581
commit
cee6ef2714
10
circle.yml
Normal file
10
circle.yml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user