atmtools / arts

The Atmospheric Radiative Transfer Simulator
https://www.radiativetransfer.org/
Other
62 stars 28 forks source link

Add Windows CI build #749

Closed olemke closed 4 months ago

olemke commented 5 months ago

This PR adds an initial Windows CI build using the Microsoft C++ compiler.

To improve build times, the default build system is now Ninja. If you prefer the old way, you can switch back to makefiles by passing the -G option during the cmake configure stage, e.g.:

cmake --preset=default-clang-conda -G "Unix Makefiles"

Ninja is installable through conda.

Current Windows caveats: