Skip to content

Build and test on more platforms #709

Build and test on more platforms

Build and test on more platforms #709

Workflow file for this run

name: Build and Test
on: push
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
lfs: true
- uses: awalsh128/cache-apt-pkgs-action@latest
if: matrix.os == 'ubuntu-latest'
with:
packages: libgl1-mesa-dev libasound2-dev libopenal-dev
version: 1.0
- uses: Swatinem/rust-cache@v1
- run: cargo test --all --all-features