mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
Compare commits
2 Commits
BryanAldri
...
ue4-docker
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77ac70337b | ||
|
|
c342b8b79b |
@@ -2,6 +2,11 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
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
|
||||
- name: aspnetcore-test
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||
|
||||
Reference in New Issue
Block a user