summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2017-07-03 18:29:53 +0100
committerChris Wilson <chris+github@qwirx.com>2017-09-16 20:51:27 +0100
commit796d758eef318c012fde12c8aacac671934fb8e9 (patch)
treee03befab43364812207bcca606047bd3a4d62f49 /appveyor.yml
parent75190f42eac277e5b936c60fde6ed4274a9e740c (diff)
Reduce AppVeyor build verbosity by passing extra args to sub-CMake
(cherry picked from commit 4876a5573a8bcd3312e9804c27fe9f30f3369747)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f4dac271..89651f6d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -58,9 +58,11 @@ install:
# the current PATH.
- echo cmake -G "%generator_name%" -DDEBUG=1
-DBOXBACKUP_VERSION=%compiled_version%
+ -DSUB_CMAKE_EXTRA_ARGS="-- /verbosity:minimal"
%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\windows
- cmake -G "%generator_name%" -DDEBUG=1
-DBOXBACKUP_VERSION=%compiled_version%
+ -DSUB_CMAKE_EXTRA_ARGS="-- /verbosity:minimal"
%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\windows
# Leave the current directory in the correct place to find the solution file using its relative path above.