We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedae94 commit fb40b47Copy full SHA for fb40b47
.travis.yml
@@ -1,9 +1,5 @@
1
language: rust
2
3
-os:
4
- - linux
5
- - osx
6
-
7
cache: cargo
8
rust:
9
- stable
@@ -21,9 +17,13 @@ matrix:
21
17
exclude:
22
18
- os: linux
23
19
env: FEATURE=accelerate
20
+ include:
+ - os: linux
+ - os: osx
+ env: CC=gcc-9 FC=gfortran-9 LIBRARY_PATH=/usr/local/opt/gcc/lib/gcc/9
24
25
before_install:
26
- - curl https://blas-lapack-rs.github.io/travis/fortran.sh | bash
+ - gfortran --version
27
28
script:
29
- cargo test -vv --features=$FEATURE
@@ -32,6 +32,9 @@ addons:
32
apt:
33
packages:
34
- gfortran
35
+ homebrew:
36
+ packages:
37
+ - gcc@9
38
39
notifications:
40
email: false
0 commit comments