Added windows and macos builds to CI (#373)

This commit is contained in:
Forest Anderson 2020-08-27 15:24:02 -04:00 committed by GitHub
parent 89a1d360c1
commit 421783c592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,11 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, nightly]
os: [windows-2019, ubuntu-20.04, macos-10.15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
@ -31,6 +32,7 @@ jobs:
- name: Install alsa
run: sudo apt-get install --no-install-recommends libasound2-dev
if: ${{ runner.os == 'Linux' }}
- name: Build
run: cargo check