Skip to content

Commit

Permalink
wip: cirrus/windows: save tmp_install as an artifact..
Browse files Browse the repository at this point in the history
..to allow users to easily download compiled binaries to try a patch.
If they don't have a development environment handy or not familiar with
compilation.

ci-os-only: windows
  • Loading branch information
Justin Pryzby committed May 23, 2022
1 parent 3a7a36b commit a014c1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,13 @@ task:
compiler_warnings_script:
- sh src\tools\ci\windows-compiler-warnings msbuild.warn.log

# XXX: only run if requested? Do not run if cfbot?
#compress_install_script:
#- powershell Compress-Archive tmp_install tmp_install.zip
#- zipinfo -htz tmp_install.zip
#install_artifacts:
#path: 'tmp_install.zip'

on_failure:
<<: *on_failure
crashlog_artifacts:
Expand Down

0 comments on commit a014c1e

Please sign in to comment.