Merge pull request #1 from jschueller/testing
[platform/upstream/lapack.git] / .travis.yml
1 language: cpp
2
3 addons:
4   apt:
5     sources:
6       - george-edison55-precise-backports # cmake
7     packages:
8       - cmake
9       - cmake-data
10       - gfortran
11
12 os:
13   - linux
14   - osx
15
16 script:
17   - cmake -DCMAKE_INSTALL_PREFIX=~/.local -DLAPACKE=ON -DCBLAS=ON .
18   - make install -j2 && ctest -j2 --output-on-failure --timeout 100