You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Includes a simple sync test for ManagedWorkspace as an example. #preflight 6373ba51953c19d43585d0ee [CL 23136795 by carl bystrom in ue5-main branch]
6 lines
198 B
Batchfile
Executable File
6 lines
198 B
Batchfile
Executable File
@echo off
|
|
IF NOT DEFINED DOCKER_EXECUTABLE (SET DOCKER_EXECUTABLE=docker)
|
|
|
|
set TAG=perforce-fixture
|
|
%DOCKER_EXECUTABLE% build --tag %TAG% .
|
|
%DOCKER_EXECUTABLE% run -it --rm --publish 1666:1666 %TAG% |