Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit abd2c25

Browse files
ldorauigchor
authored andcommitted
appveyor: msbuild: set verbosity to minimal
... to reduce the Appveyor build time.
1 parent ff87b33 commit abd2c25

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ before_build:
2828

2929
build_script:
3030
- msbuild build/ALL_BUILD.vcxproj /property:Configuration=%CONFIGURATION%
31+
/verbosity:minimal
3132

3233
test_script:
3334
- cd build
3435
- ctest -C %CONFIGURATION% --output-on-failure
35-
- msbuild INSTALL.vcxproj
36+
- msbuild INSTALL.vcxproj /verbosity:minimal
3637
- cd ..
3738
# build standalone example
3839
- cd examples/map_cli
3940
- cmake . -G "%GENERATOR%"
4041
-DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake
4142
-DCMAKE_PREFIX_PATH=c:/install/libpmemobj-cpp
4243
-DTESTS_USE_FORCED_PMEM=ON
43-
- msbuild ALL_BUILD.vcxproj
44+
- msbuild ALL_BUILD.vcxproj /verbosity:minimal

0 commit comments

Comments
 (0)