File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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" \
Original file line number Diff line number Diff line change 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" `
You can’t perform that action at this time.
0 commit comments