Skip to content

Commit d13440a

Browse files
committed
AppVeyor: Get verbose output from builds
1 parent e9d074a commit d13440a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ install:
4242
build_script:
4343
- cmake -E make_directory build
4444
- cmake -E chdir build cmake -G "%CMAKE_GENERATOR%" -DCUKE_ENABLE_EXAMPLES=ON -DBUILD_SHARED_LIBS=ON -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_INCLUDEDIR="%BOOST_INCLUDEDIR%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DCMAKE_PREFIX_PATH="%QT_DIR%" ..
45+
- set VERBOSE=1
4546
- cmake --build build
4647

4748
test_script:

0 commit comments

Comments
 (0)