mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 20:36:14 +00:00
Compare commits
2 Commits
v7.13.0
...
ue4-docker
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77ac70337b | ||
|
|
c342b8b79b |
@@ -2,6 +2,11 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# test ue4 cpp client
|
||||||
|
- name: cpp-ue4
|
||||||
|
image: adamrehn/ue4-full:4.21.0
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user