Navigation Menu

Skip to content

Commit

Permalink
appveyor: output CMake log
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 30, 2015
1 parent ab77e6e commit a3d2669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -2,6 +2,8 @@ version: "{build}"
clone_depth: 1
build_script:
- cmake . -G "Visual Studio 12"
- type CMakeFiles\CMakeOutput.log
- type CMakeFiles\CMakeError.log
- cmake --build . --config RelWithDebInfo

notifications:
Expand Down

0 comments on commit a3d2669

Please sign in to comment.