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.
2 parents c2515b2 + f50d8ea commit 9f8e48dCopy full SHA for 9f8e48d
.travis.yml
@@ -0,0 +1,18 @@
1
+language: rust
2
+
3
+rust:
4
+ - stable
5
+ - beta
6
+ - nightly
7
8
+os:
9
+ - linux
10
11
+cache: cargo
12
13
+matrix:
14
+ allow_failures:
15
+ - rust: nightly
16
17
+script:
18
+ - cargo build -vv
README.md
@@ -1,4 +1,6 @@
# intel-mkl-src
+[](https://travis-ci.org/termoshtt/rust-intel-mkl)
Redistribution of Intel MKL as a crate
## License
0 commit comments