We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18931e commit 4b83261Copy full SHA for 4b83261
appveyor.yml
@@ -36,7 +36,8 @@ build_script:
36
#- cmd: 'echo use_shared_libs: true >> cppan.yml'
37
#- cppan --build ..
38
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1
39
- - cmake --build . --config Release > bin\Release\log.txt 2>&1
+ #- cmake --build . --config Release > bin\Release\log.txt 2>&1
40
+ - cmake --build . --config Release
41
42
artifacts:
43
- path: build\bin\Release
0 commit comments