Merge pull request #890 from stweil/ci

Cache cppan storage.
This commit is contained in:
Egor Pugin 2017-05-06 12:51:45 +03:00 committed by GitHub
commit afe64eb1b0

View File

@ -4,6 +4,9 @@ platform:
- Win32
- Win64
cache:
- C:/Users/appveyor/.cppan
configuration:
- Release
@ -36,7 +39,8 @@ 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 > bin\Release\log.txt 2>&1
#- cmake --build . --config Release > bin\Release\log.txt 2>&1
- cmake --build . --config Release
artifacts:
- path: build\bin\Release