DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.11k stars 256 forks source link

CI: Add runner using `clang-cl` #756

Closed mmuetzel closed 5 months ago

mmuetzel commented 5 months ago

Add a runner to the CI matrix that builds the SuiteSparse libraries using clang-cl (a "drop-in replacement" of MSVC cl).

This is currently failing. But it should build correctly if #752, #754, and #755 are merged (or those issues are addressed otherwise).

DrTimothyAldenDavis commented 5 months ago

Thanks. I'll merge it in once my current CI runs finish.

mmuetzel commented 5 months ago

Forgot to change the compiler to clang-cl in all steps. That should be fixed now.

Marking as ready for review.

DrTimothyAldenDavis commented 5 months ago

Thanks! Merging it now.