Skip to content

Commit 8875ed7

Browse files
authored
Add WarningsAsErrors param to build commands (#1035)
1 parent 0e35132 commit 8875ed7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
-stage \
125125
-prereqss \
126126
-package \
127-
-archive
127+
-archive \
128+
-WarningsAsErrors
128129
docker exec -w /workspace/checkout/sample unreal bash -c "
129130
cp -r '/home/gh/Library/Logs/Unreal Engine/LocalBuildLogs' Saved/Logs "
130131
docker exec -w /workspace/checkout/sample unreal /home/ue4/UnrealEngine/Engine/Binaries/Linux/"$EDITOR_BINARY" \

.github/workflows/test-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
-stage `
6666
-prereqss `
6767
-package `
68-
-archive
68+
-archive `
69+
-WarningsAsErrors
6970
docker exec unreal "C:\UnrealEngine\Engine\Binaries\Win64\$env:EDITOR_BINARY" C:/workspace/checkout/sample/SentryPlayground.uproject `
7071
-ReportExportPath=C:/workspace/checkout/sample/Saved/Automation `
7172
-ExecCmds="Automation RunTests Sentry;quit" `

0 commit comments

Comments
 (0)