mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
Enabled quiet pk3 creation in CI configurations
Half of build log was polluted with useless file listings
This commit is contained in:
parent
7dce4cfaf9
commit
d8e43dffbb
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue