File tree Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Original file line number Diff line number Diff line change 7
7
pull_request : {}
8
8
9
9
jobs :
10
- static :
10
+ windows :
11
+ strategy :
12
+ fail-fast : false
13
+ matrix :
14
+ feature :
15
+ - mkl-static-lp64-seq
16
+ - mkl-static-ilp64-seq
17
+ runs-on : windows-2019
18
+ steps :
19
+ - uses : actions/checkout@v1
20
+ - uses : actions-rs/cargo@v1
21
+ with :
22
+ command : test
23
+ args : >
24
+ --manifest-path=intel-mkl-sys/Cargo.toml
25
+ --no-default-features
26
+ --features=${{ matrix.feature }},download
27
+
28
+ macos :
11
29
strategy :
12
30
fail-fast : false
13
31
matrix :
14
- os :
15
- - ubuntu-18.04
16
32
feature :
17
33
- mkl-static-lp64-iomp
18
34
- mkl-static-lp64-seq
19
35
- mkl-static-ilp64-iomp
20
36
- mkl-static-ilp64-seq
21
- runs-on : ${{ matrix.os }}
37
+ runs-on : macos-10.15
22
38
steps :
23
39
- uses : actions/checkout@v1
24
40
- uses : actions-rs/cargo@v1
@@ -29,20 +45,20 @@ jobs:
29
45
--no-default-features
30
46
--features=${{ matrix.feature }},download
31
47
32
- dynamic :
48
+ linux :
33
49
strategy :
34
50
fail-fast : false
35
51
matrix :
36
- os :
37
- - windows-2019
38
- - macos-10.15
39
- - ubuntu-18.04
40
52
feature :
53
+ - mkl-static-lp64-iomp
54
+ - mkl-static-lp64-seq
55
+ - mkl-static-ilp64-iomp
56
+ - mkl-static-ilp64-seq
41
57
- mkl-dynamic-lp64-iomp
42
58
- mkl-dynamic-lp64-seq
43
59
- mkl-dynamic-ilp64-iomp
44
60
- mkl-dynamic-ilp64-seq
45
- runs-on : ${{ matrix.os }}
61
+ runs-on : ubuntu-18.04
46
62
steps :
47
63
- uses : actions/checkout@v1
48
64
- uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments