lapack icon indicating copy to clipboard operation
lapack copied to clipboard

There are no tests for Windows on Travis CI

Open weslleyspereira opened this issue 3 years ago • 5 comments

We are still missing a continuous integration test for Windows. I plan to add it in the near future, but I would be happy to review a PR if one wants to start to solve it.

weslleyspereira avatar Mar 25 '21 19:03 weslleyspereira

Travis stopped OSS support very recently. So it's probably better if the effort is spent through either GH actions or Azure Pipelines.

ilayn avatar Mar 25 '21 20:03 ilayn

I see... too bad. Do you have experience with one of those? I never used any of them? I would try GitHub actions first, just to not add a new tool to the repository.

weslleyspereira avatar Mar 25 '21 20:03 weslleyspereira

It's actually quite doable. We haven't encountered any specific difficulties https://docs.github.com/en/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions

We moved all away from Travis due to the simplicity

ilayn avatar Mar 26 '21 05:03 ilayn

I just started looking at it. Thanks!

weslleyspereira avatar Mar 26 '21 12:03 weslleyspereira

Please, see https://github.com/Reference-LAPACK/lapack/pull/524#issuecomment-808529789. I encountered some problems on the tests for CBLAS.

weslleyspereira avatar Mar 26 '21 21:03 weslleyspereira

Closed with #524. We now test building and installing LAPACK on Windows.

weslleyspereira avatar May 25 '23 17:05 weslleyspereira