Skip to content

Commit

Permalink
Drop tests of iomp for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 17, 2020
1 parent ea914e5 commit 39dee80
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions .github/workflows/intel-mkl-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,34 @@ on:
pull_request: {}

jobs:
static:
windows:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-18.04
feature:
- mkl-static-lp64-iomp
- mkl-static-lp64-seq
- mkl-static-ilp64-iomp
- mkl-static-ilp64-seq
runs-on: ${{ matrix.os }}
- mkl-dynamic-lp64-seq
- mkl-dynamic-ilp64-seq
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: test
args: >
--manifest-path=intel-mkl-sys/Cargo.toml
--no-default-features
--features=${{ matrix.feature }},download
macos:
strategy:
fail-fast: false
matrix:
feature:
- mkl-dynamic-lp64-iomp
- mkl-dynamic-lp64-seq
- mkl-dynamic-ilp64-iomp
- mkl-dynamic-ilp64-seq
runs-on: macos-10.15
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
Expand All @@ -29,20 +45,20 @@ jobs:
--no-default-features
--features=${{ matrix.feature }},download
dynamic:
linux:
strategy:
fail-fast: false
matrix:
os:
- windows-2019
- macos-10.15
- ubuntu-18.04
feature:
- mkl-static-lp64-iomp
- mkl-static-lp64-seq
- mkl-static-ilp64-iomp
- mkl-static-ilp64-seq
- mkl-dynamic-lp64-iomp
- mkl-dynamic-lp64-seq
- mkl-dynamic-ilp64-iomp
- mkl-dynamic-ilp64-seq
runs-on: ${{ matrix.os }}
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 39dee80

Please sign in to comment.