gonum / blas

A BLAS implementation for Go [DEPRECATED]
172 stars 16 forks source link

Reorganize testing #178

Closed jonlawlor closed 8 years ago

jonlawlor commented 8 years ago

This is the first step to enable docker based testing for OpenBLAS. The new code structure permits different installation and testing scripts for each OS & BLAS library combination, which is necessary for testing on docker images (because the commands will be different).

kortschak commented 8 years ago

This all looks OK to me (you can ignore the questions above, I think I'm clear on how this is working now).

LGTM

jonlawlor commented 8 years ago

Do you think we should modify the check-generate.sh scripts in other repos to exclude .travis/ as well?

kortschak commented 8 years ago

Don't bother if it's not necessary.