Skip to content

Commit

Permalink
Added windows and macos builds to CI (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira authored Aug 27, 2020
1 parent 89a1d36 commit 421783c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 421783c

Please sign in to comment.