From cd936a66fdbb0d2e27e42868553a9efa709626f6 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 19 Jan 2021 10:52:46 +0800 Subject: [PATCH] [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. --- CI/.drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CI/.drone.yml b/CI/.drone.yml index 7df20d5e7f2..49495e43094 100644 --- a/CI/.drone.yml +++ b/CI/.drone.yml @@ -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