File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
3
- cache : cargo
3
+ os :
4
+ - linux
5
+ - osx
6
+
4
7
rust :
5
8
- stable
6
9
- beta
7
10
- nightly
8
11
9
12
env :
10
- matrix :
11
- - FEATURE=accelerate
12
- - FEATURE=intel-mkl
13
- - FEATURE=netlib
14
- - FEATURE=openblas
13
+ - FEATURE=accelerate
14
+ - FEATURE=intel-mkl
15
+ - FEATURE=netlib
16
+ - FEATURE=openblas
15
17
16
- matrix :
17
- include :
18
- - os : linux
19
- - os : osx
20
- env : CC=gcc-9 FC=gfortran-9 LIBRARY_PATH=/usr/local/opt/gcc/lib/gcc/9
18
+ jobs :
21
19
exclude :
22
20
- os : linux
23
21
env : FEATURE=accelerate
24
22
25
- before_install :
26
- - gfortran --version
27
-
28
23
script :
24
+ - if [ "$TRAVIS_OS_NAME" = 'osx' ]; then export CC=gcc-9 FC=gfortran-9 LIBRARY_PATH=/usr/local/opt/gcc/lib/gcc/9; fi
29
25
- cargo test -vv --features=$FEATURE
30
26
31
27
addons :
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ version = "0.8"
34
34
optional = true
35
35
36
36
[dependencies .openblas-src ]
37
- version = " 0.7 "
37
+ version = " 0.8 "
38
38
optional = true
You can’t perform that action at this time.
0 commit comments