forked from loafle/openapi-generator-original
[Nim] test the petstore client in drone.io (#8466)
* test nim client in drone.io * trigger build failure * Revert "trigger build failure" This reverts commit 7253c8ad3bb72456f2995134701c6bbce8f31c64.
This commit is contained in:
parent
e9c850fd4e
commit
cd936a66fd
@ -2,6 +2,11 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# test nim client
|
||||||
|
- name: nim-client-test
|
||||||
|
image: nimlang/nim
|
||||||
|
commands:
|
||||||
|
- (cd samples/client/petstore/nim/ && nim c sample_client.nim)
|
||||||
# test protobuf schema generator
|
# test protobuf schema generator
|
||||||
- name: protobuf-schema-test
|
- name: protobuf-schema-test
|
||||||
image: nanoservice/protobuf-go
|
image: nanoservice/protobuf-go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user