Enabled quiet pk3 creation in CI configurations

Half of build log was polluted with useless file listings
This commit is contained in:
alexey.lysiuk 2018-03-09 15:23:50 +02:00
parent 7dce4cfaf9
commit d8e43dffbb
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ environment:
build_script:
- md build
- cd build
- cmake -G "%GENERATOR%" -T "%TOOLSET%" ..
- cmake -G "%GENERATOR%" -T "%TOOLSET%" -DPK3_QUIET_ZIPDIR=YES ..
- cmake --build . --config "%CONFIGURATION%" -- /verbosity:minimal
after_build:

View file

@ -98,7 +98,7 @@ script:
- echo ${TRAVIS_BUILD_DIR}
- mkdir build
- cd build
- cmake ${CMAKE_OPTIONS} ..
- cmake ${CMAKE_OPTIONS} -DPK3_QUIET_ZIPDIR=YES ..
- make -j2
notifications: