cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

Minimal CI for Windows #286

Closed ursfassler closed 5 months ago

ursfassler commented 7 months ago

🤔 What's the problem you've observed?

It is not know if the changes compile on Windows / with the Microsoft C++ compiler because the project is only built on Linux.

✨ Do you have a proposal for making it better?

Add a github action that just compiles cucumber-cpp with the Microsoft C++ compiler (similar to, but less than .github/workflows/linux-build.yml).

📚 Any additional context?

It already helps when we compile the core code. No test drivers, no tests, no examples.