cucumber / cucumber-cpp

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

test compilation with different compilers and language standards on Linux #282

Closed ursfassler closed 7 months ago

ursfassler commented 7 months ago

Summary

Compile project with GCC and clang, as C++17 and C++20.

Details

CI script to test multiple compilers and language standards.

Motivation and Context

Make sure the code compiles with different compilers and language standards.

How Has This Been Tested?

It is test :smile:

Types of changes

Checklist: