From ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 31 Dec 2021 20:24:05 -0600 Subject: Upload test results and fail the build if any are missing. Always zip up the logs from %TEMP%. --- src/create_zips.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/create_zips.cmd (limited to 'src/create_zips.cmd') diff --git a/src/create_zips.cmd b/src/create_zips.cmd new file mode 100644 index 00000000..0df7e000 --- /dev/null +++ b/src/create_zips.cmd @@ -0,0 +1,2 @@ +7z a "build\logs\test_burn_%GITHUB_RUN_ID%.zip" "%TEMP%\*.log" "%TEMP%\..\*.log" || exit /b +7z a "build\testresults.zip" @src\testresultfilelist.txt || exit /b \ No newline at end of file -- cgit v1.2.3-55-g6feb