Update with internal 16F for cublas when it is 16F. I will do more pr… #381
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ubuntu-unit-tests | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- run: sudo apt -y install libpng-dev libjpeg-dev libatlas-base-dev libblas-dev libgsl-dev clang | |
- run: | | |
cd lib && ./configure --disable-openmp && cd .. | |
make -C lib lib | |
make -C bin | |
make -C site source | |
make -C test | |
make -C test test |