forked from loafle/openapi-generator-original
test ue4 cpp in drone.io
This commit is contained in:
parent
c000eaef73
commit
c342b8b79b
@ -2,6 +2,11 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
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
|
# test aspnetcore 3.x
|
||||||
- name: aspnetcore-test
|
- name: aspnetcore-test
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user