test ue4 cpp in drone.io

This commit is contained in:
William Cheng 2020-05-25 20:53:02 +08:00
parent c000eaef73
commit c342b8b79b

View File

@ -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