Skip to content

Commit

Permalink
[Nim] test the petstore client in drone.io (#8466)
Browse files Browse the repository at this point in the history
* test nim client in drone.io

* trigger build failure

* Revert "trigger build failure"

This reverts commit 7253c8a.
  • Loading branch information
wing328 authored Jan 19, 2021
1 parent e9c850f commit cd936a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CI/.drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd936a6

Please sign in to comment.