Skip to content

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

Merged
ursfassler merged 2 commits intocucumber:mainfrom
ursfassler:build-with-different-compiler-and-standards
Jan 4, 2024
Merged

test compilation with different compilers and language standards on Linux#282
ursfassler merged 2 commits intocucumber:mainfrom
ursfassler:build-with-different-compiler-and-standards

Conversation

@ursfassler
Copy link
Copy Markdown
Contributor

@ursfassler ursfassler commented Jan 4, 2024

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 😄

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • It is my own work, its copyright is implicitly assigned to the project and no substantial part of it has been copied from other sources (including Stack Overflow). In rare occasions this is acceptable, like in CMake modules where the original copyright information should be kept.
  • I'm using the same code standards as the existing code (indentation, spacing, variable naming, ...).
  • I've added tests for my code.
  • I have verified whether my change requires changes to the documentation
  • My change either requires no documentation change or I've updated the documentation accordingly.
  • My branch has been rebased to main, keeping only relevant commits.

@ursfassler ursfassler force-pushed the build-with-different-compiler-and-standards branch from a7a0f83 to bda863e Compare January 4, 2024 18:53
@ursfassler ursfassler changed the title build with different compilers and language standards test compilation with different compilers and language standards on Linux Jan 4, 2024
@ursfassler ursfassler marked this pull request as ready for review January 4, 2024 18:57
@ursfassler ursfassler merged commit 6071834 into cucumber:main Jan 4, 2024
@ursfassler ursfassler deleted the build-with-different-compiler-and-standards branch January 4, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant