stlab / libraries

ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.
https://stlab.cc
Boost Software License 1.0
661 stars 65 forks source link

CI jobs should have a step that reports on the versions of tools being used #472

Open dabrahams opened 2 years ago

dabrahams commented 2 years ago

E.g. clang --version, cmake --version, etc. can be extremely useful for diagnosing failures and verifying exactly what has been tested.

camio commented 2 years ago

The output of the CMake command provides the compiler version. E.g.

-- The CXX compiler identification is AppleClang 13.0.0.13000029

I'm not sure how much value it has to use cmake --version because the specification for the virtual environments already provides this information and I have no reason to believe it is incorrectly specified.