We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not know if the changes compile on Windows / with the Microsoft C++ compiler because the project is only built on Linux.
Add a github action that just compiles cucumber-cpp with the Microsoft C++ compiler (similar to, but less than .github/workflows/linux-build.yml).
It already helps when we compile the core code. No test drivers, no tests, no examples.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🤔 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.
The text was updated successfully, but these errors were encountered: