summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2017-07-03 18:47:20 +0100
committerChris Wilson <chris+github@qwirx.com>2017-09-16 20:51:32 +0100
commit606b42ef0b265098bb107a4a36039c1bc83b2651 (patch)
tree17c0c307aa963d62bc5683b9a15e84e39c5e076a /appveyor.yml
parent796d758eef318c012fde12c8aacac671934fb8e9 (diff)
Disable DEBUG to reduce CMake build verbosity on AppVeyor
(cherry picked from commit 793d5f57f5f99f50bffadea674f58be79f9cb6ff)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 89651f6d..0042373b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -56,11 +56,11 @@ install:
# We need to specify the generator here, in case the user has more than one installed.
# CMake always seems to default to the latest version of Visual Studio, not the one on
# the current PATH.
- - echo cmake -G "%generator_name%" -DDEBUG=1
+ - echo cmake -G "%generator_name%"
-DBOXBACKUP_VERSION=%compiled_version%
-DSUB_CMAKE_EXTRA_ARGS="-- /verbosity:minimal"
%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\windows
- - cmake -G "%generator_name%" -DDEBUG=1
+ - cmake -G "%generator_name%"
-DBOXBACKUP_VERSION=%compiled_version%
-DSUB_CMAKE_EXTRA_ARGS="-- /verbosity:minimal"
%APPVEYOR_BUILD_FOLDER%\infrastructure\cmake\windows