Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
700f150e4e43a8fa2a419dcafe2366b398ae39b0
UnrealEngineUWP/Engine/Build/LowLevelTests/LinuxArm64/docker_cleanup.bat

4 lines
165 B
Batchfile
Raw Normal View History

LinuxArm64 support for Low Level Tests through emulator, running in docker container - Catch2 built for LinuxArm64 - new option to run apps in containerized mode - builds docker image, setup and cleanup - StringOp BuildGraph element for string operations (replace, to lower etc) #jira UE-193565 #rb ue-qa-sdets [CL 27758925 by chris constantinescu in ue5-main branch]
2023-09-11 12:55:31 -04:00
@ECHO OFF
set AppNameLowercase=%1
docker rm -f %AppNameLowercase%-linuxarm64-container 2>NUL || exit 0
docker rmi %AppNameLowercase%-linuxarm64-image 2>NUL || exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Page: 107ms Template: 3ms
English
English
Licenses API