From c342b8b79b452d49d06d5c91b27462c584851eed Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 25 May 2020 20:53:02 +0800 Subject: [PATCH] test ue4 cpp in drone.io --- CI/.drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CI/.drone.yml b/CI/.drone.yml index 3cb1983fbb5..49d0c405df5 100644 --- a/CI/.drone.yml +++ b/CI/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: default steps: +# test ue4 cpp client +- name: cpp-ue4 + image: adamrehn/ue4-runtime:latest + commands: + - (cd samples/client/petstore/cpp-ue4/ && ue4 build) # test aspnetcore 3.x - name: aspnetcore-test image: mcr.microsoft.com/dotnet/core/sdk:3.1