Update appveyor.yml

This commit is contained in:
Egor Pugin 2017-05-07 01:03:47 +03:00 committed by GitHub
parent d7e5d4338e
commit 5acc64e645

View File

@ -4,6 +4,9 @@ platform:
- Win32
- Win64
cache:
- c:/Users/appveyor/.cppan/storage
configuration:
- Release
@ -35,8 +38,8 @@ build_script:
#- cmd: 'echo generator: %generator% >> cppan.yml'
#- cmd: 'echo use_shared_libs: true >> cppan.yml'
#- cppan --build ..
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1
- cmake --build . --config Release > bin\Release\log.txt 2>&1
- cmake .. -G "%generator%"
- cmake --build . --config Release
artifacts:
- path: build\bin\Release