Added windows and macos builds to CI (#373)
This commit is contained in:
parent
89a1d360c1
commit
421783c592
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user