From 7f22a176c876082a9bcf551bf469dd6cea63e5a4 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 16 Dec 2019 03:13:58 +0000 Subject: [PATCH] add build.log to nightly zip git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7144 212acab6-be3b-0410-9dea-997c60f758d6 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d95eecc9..d26f289c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ 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 +- 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 - CFG_LOG=no