[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:
William Cheng 2021-01-19 10:52:46 +08:00 committed by GitHub
parent e9c850fd4e
commit cd936a66fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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