don't ignore errors
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7203 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e2ace26e10
commit
52ddb184a6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ install:
|
|||
- mkdir /tmp/zlib
|
||||
- unzip /tmp/zlib.zip -d /tmp/zlib
|
||||
script:
|
||||
- scons ZLIB_W32=/tmp/zlib SKIPUTILS="NSIS Menu" NSIS_CONFIG_LOG=$CFG_LOG test dist-zip | tee build.log
|
||||
- set -o pipefail && scons ZLIB_W32=/tmp/zlib SKIPUTILS="NSIS Menu" NSIS_CONFIG_LOG=$CFG_LOG test dist-zip | tee build.log
|
||||
- zip nsis-*.zip build.log
|
||||
env:
|
||||
- CFG_LOG=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue