We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d074a commit d13440aCopy full SHA for d13440a
appveyor.yml
@@ -42,6 +42,7 @@ install:
42
build_script:
43
- cmake -E make_directory build
44
- 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
46
- cmake --build build
47
48
test_script:
0 commit comments