[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 7253c8ad3b.
This commit is contained in:
William Cheng
2021-01-19 10:52:46 +08:00
committed by GitHub
parent e9c850fd4e
commit cd936a66fd

View File

@@ -2,6 +2,11 @@ kind: pipeline
name: default
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
- name: protobuf-schema-test
image: nanoservice/protobuf-go