aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-07-13 16:02:39 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-07-14 00:48:46 +0000
commit9ae60d84839bd4d3d8d1051b63ad7bc600e68302 (patch)
treeaf46308e58c7730584a6725bab48f1defc1c7b6a /.gitlab-ci.yml
parent23f19e4a5d16019d67452b85f960d43063e0fd10 (diff)
GitLab CI: Don't print a performance summary on Windows.
In the Windows merge request build job, don't pass /consoleloggerparameters:PerformanceSummary;NoSummary to msbuild. It makes the output more verbose and in turn makes errors more difficult to find.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b44b0b42b9..83128701d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -530,7 +530,7 @@ Windows Build:
- wireshark-windows-merge-req
script:
- cmake -G "Visual Studio 16 2019" -A x64 -DENABLE_LTO=off ..
- - msbuild /verbosity:minimal "/consoleloggerparameters:PerformanceSummary;NoSummary" /maxcpucount Wireshark.sln
+ - msbuild /verbosity:minimal /maxcpucount Wireshark.sln
- msbuild /verbosity:minimal /maxcpucount test-programs.vcxproj
- ctest -C RelWithDebInfo --parallel 3 --force-new-ctest-process --verbose