aboutsummaryrefslogtreecommitdiff
path: root/src/create_zips.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-12-31 20:24:05 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-01-01 10:24:08 -0600
commitec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de (patch)
tree7e17745923b5b961a114693caf0005e40f651cfc /src/create_zips.cmd
parent95b1be66d4c16b1b05b761c1771df229ac0e539c (diff)
downloadwix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.tar.gz
wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.tar.bz2
wix-ec89ea96ae7f42b227c0fb5f61cd21a19ef2e8de.zip
Upload test results and fail the build if any are missing.
Always zip up the logs from %TEMP%.
Diffstat (limited to 'src/create_zips.cmd')
-rw-r--r--src/create_zips.cmd2
1 files changed, 2 insertions, 0 deletions
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 @@
17z a "build\logs\test_burn_%GITHUB_RUN_ID%.zip" "%TEMP%\*.log" "%TEMP%\..\*.log" || exit /b
27z a "build\testresults.zip" @src\testresultfilelist.txt || exit /b \ No newline at end of file