onednn-sys 0.0.1

Rust bindings for oneDNN
Documentation
name: Rust

on:
  - push
  - pull_request

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ${{ matrix.os }} 
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-latest, windows-latest, macos-latest]
    steps:
    - uses: actions/checkout@v2
      with: 
        submodules: recursive
    - name: Build 
      run: cargo build -vv
    - name: Test 
      run: cargo test --tests