You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- LowLevelTest.xml horde build step as a separate label - Relevant <General>.xml files updated to support the new build step - Added UpdateBuildGraphPropertiesFile.Automatoin.cs to help find files to checkout - OnlineTests updated to utilize new BuildCookRun param #jira UE-188819 #rb Chris.Constantinescu, Jake.Niman [CL 26194701 by stephen ma in 5.3 branch]
37 lines
2.4 KiB
XML
37 lines
2.4 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="FoundationStagesWithProjectFile" Value="False" />
|
|
<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> |