Skip to content

Commit

Permalink
Cirrus: Dump install.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Dec 29, 2020
1 parent 9e23c2f commit 5cededf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Expand Up @@ -58,7 +58,8 @@ task:
# Don't use minimal CPU/memory since Namecoin Core may eat some.
install_script:
- curl -o ncdns-v0.0.10.3-win64-install.exe http://%CIRRUS_HTTP_CACHE_HOST%/cross_compile_bin_%BUILD_DISTRO%
- ncdns-v0.0.10.3-win64-install.exe /S
- 'ncdns-v0.0.10.3-win64-install.exe /S || type "C:\Program Files\ncdns\install.log"'
- 'type "C:\Program Files\ncdns\install.log"'
matrix:
- env:
BUILD_DISTRO: Fedora
Expand Down

0 comments on commit 5cededf

Please sign in to comment.