Update appveyor.yml

This commit is contained in:
Egor Pugin 2017-03-14 02:09:09 +03:00 committed by GitHub
parent 019d16c203
commit 5ca1e12908

View File

@ -32,7 +32,7 @@ build_script:
#- cmd: 'echo use_shared_libs: true >> cppan.yml'
#- cppan --build ..
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1
- cmake --build . --config Release > build\bin\Release\log.txt 2>&1
- cmake --build . --config Release > bin\Release\log.txt 2>&1
artifacts:
- path: build\bin\Release