• Show log

    Commit

  • Hash : 0b98a66b
    Author : Patrick Steinhardt
    Date : 2017-11-06T11:16:02

    appveyor: build examples
    
    By default, CMake will not build our examples directory. As we do not
    instruct either the MinGW or MSVC builds on AppVeyor to enable building
    these examples, we cannot verify that those examples at least build on
    Windows systems.
    
    Fix that by passing `-DBUILD_EXAMPLES=ON` to AppVeyor's CMake
    invocation.