CaseyCarter / cmcstl2

An implementation of C++ Extensions for Ranges
Other
221 stars 68 forks source link

Add Windows Dockerfile for CI #341

Open cjdb opened 4 years ago

cjdb commented 4 years ago

Now that MSVC can compile this project, it would be good for us to compile with MSVC too. In order to do this, a separate Dockerfile will need to be written for Windows (this will also enable the possibility of adding a MinGW profile, although I'm not sure if we want to go down that road).