hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.23k stars 224 forks source link

[CI] Regression test jobs now include the C++ standard version and (if applicable) the standard library to link with #1080

Closed bluetarpmedia closed 1 month ago

bluetarpmedia commented 1 month ago

Job names now have this format: <short os name> | <compiler> | <c++ std> | <std library> | <full os name>

The summary job list shows them like this (which unfortunately still crops the end): image

Full name when you click into a job: image

The test-results directories now include the C++ standard and, only for libc++ on ubuntu, the standard library name.

image

hsutter commented 1 month ago

Thanks! Sounds like this has been reviewed and is all set to go.