demianmnave / CML

The Configurable Math Library
https://github.com/demianmnave/CML
Boost Software License 1.0
83 stars 15 forks source link

Tidy up .appveyor.yml #30

Closed demianmnave closed 3 years ago

demianmnave commented 3 years ago

The AppVeyor configuration should be modified to use the Ninja generator for CMake going forward, as this will greatly simplify the YAML, and Ninja is more efficient than using Visual Studio directly.

It's possible that vcvars64.bat may need to be called to ensure Visual Studio 2017 builds use the x64 toolset.

demianmnave commented 3 years ago

Closed by #34