Files
UnrealEngineUWP/Engine/Build/LowLevelTests/Foundation.xml
Joe Kirchoff e2ad85b680 Disable CI for platform
#rnx
#jira UE-185135
#rb Ryan.Hummer
#preflight 64597666023fe5d3ad67c021

[CL 25456938 by Joe Kirchoff in ue5-main branch]
2023-05-12 14:46:26 -04:00

36 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<BuildGraph xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../../Build/Graph/Schema.xsd" xmlns="http://www.epicgames.com/BuildGraph">
<Property Name="TestNames" Value="$(TestNames);Foundation" />
<Property Name="FoundationUsesCatch2" Value="True" />
<Property Name="FoundationDisabled" Value="False" />
<Property Name="FoundationShort" Value="Foundation" />
<Property Name="FoundationTarget" Value="FoundationTests" />
<Property Name="FoundationBinariesRelative" Value="Engine\Binaries" />
<Property Name="FoundationReportType" Value="xml" />
<Property Name="FoundationInitialExtraArgs" />
<Property Name="FoundationHasAfterSteps" Value="False" />
<Property Name="FoundationUsesCatch2" Value="True" />
<Option Name="RunFoundationTests" DefaultValue="False" Description="Run Foundation Tests" />
<Property Name="FoundationSupportedPlatforms" Value="Win64;Mac;Linux;Android" />
<Property Name="Win64FoundationTags" Value="" />
<Property Name="MacFoundationTags" Value="" />
<Property Name="IOSFoundationTags" Value="" />
<Property Name="AndroidFoundationTags" Value="" />
<Property Name="LinuxFoundationTags" Value="" />
<Property Name="LinuxArm64FoundationTags" Value="" />
<Property Name="TVOSFoundationTags" Value="" />
<Property Name="Win64FoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="MacFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="IOSFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="AndroidFoundationExtraCompilationArgs" Value="-allmodules -architectures=arm64" />
<Property Name="LinuxFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="LinuxArm64FoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="TVOSFoundationExtraCompilationArgs" Value="-allmodules" />
<Property Name="Win64FoundationRunSupported" Value="True" />
<Property Name="MacFoundationRunSupported" Value="True" />
<Property Name="IOSFoundationRunSupported" Value="False" />
<Property Name="AndroidFoundationRunSupported" Value="False" />
<Property Name="LinuxFoundationRunSupported" Value="True" />
<Property Name="LinuxArm64FoundationRunSupported" Value="True" />
<Property Name="TVOSFoundationRunSupported" Value="True" />
</BuildGraph>