wg21-linear-algebra / matrix

A matrix implementation for standardisation by wg21
0 stars 1 forks source link

Add Github Action for CI #2

Open Twon opened 4 months ago

Twon commented 4 months ago

There should be a GitHub Action for continuous integration of builds and releases.

Twon commented 1 month ago

Add pre-commit workflow so we can use git hooks to add checks: https://github.com/wg21-linear-algebra/matrix/pull/5

Twon commented 1 month ago

Add a workflow to build via CMake (support for GCC, Clang, Visual Studio and Apple Clang) and then run test via CTest: https://github.com/wg21-linear-algebra/matrix/pull/6