test log build

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6850 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2017-04-18 08:20:20 +00:00
parent 450343788f
commit 5aad0ae1ab

View file

@ -11,7 +11,10 @@ install:
- mkdir /tmp/zlib
- unzip /tmp/zlib.zip -d /tmp/zlib
script:
- scons ZLIB_W32=/tmp/zlib SKIPUTILS="NSIS Menu" test dist-zip
- scons ZLIB_W32=/tmp/zlib SKIPUTILS="NSIS Menu" NSIS_CONFIG_LOG=$CFG_LOG test dist-zip
env:
- CFG_LOG=yes
- CFG_LOG=no
deploy:
provider: script
script: echo this is where we will deploy to SF