summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-05-26Fix folder name of Windows release (#482)Cedric Nugteren
2023-05-26Use NMake for Windows builds (#481)Cedric Nugteren
2023-05-22Fix issues in Windows release script (#477)Cedric Nugteren
2023-05-21Github Actions Windows builds with tests (#472)Cedric Nugteren
* Set CMake CMP0074 policy * Attempt to use pre-compiled OpenBLAS on Windows CI * Fix an issue and add some debugging * Improve FindCBLAS for OpenBLAS on Windows
2023-05-18Add Windows builds to Github Actions and fix Windows compilation issue (#470)Cedric Nugteren
* Add Windows builds to Github Actions CI * Fix failing Windows builds
2023-05-17Add Github Actions release script (#469)Cedric Nugteren
* Add first version of release script * Several fixes for the Windows release job * Install OpenCL for Windows release * Fix issue with environment variable * Set OpenCL root * Fix zipping in Windows build
2023-05-14Add Github Actions CI (#464)Cedric Nugteren
This replaces the old Travis CI builds with Github Actions that test on both Ubuntu and MacOS, with both Clang and GCC. The builds on macOS also run the tests and some other programs, on Ubuntu OpenCL is not working at the moment. Because these tests use new/different compilers, I fixed a few warnings and errors along the way.
2020-08-16Added FUNDING.yml fileCedric Nugteren