audio/.gitea/workflows/pull_request.yaml

25 lines
536 B
YAML
Raw Normal View History

2023-08-15 13:02:19 +00:00
name: Gavania Merge Build
run_name: Test successful gavania build on merge request
on:
pull_request:
types: [opened, reopened, edited, review_requested, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install alsa-lib
run: |
apt-get update
apt-get install --no-install-recommends -y libasound2-dev
2023-08-15 13:02:19 +00:00
- name: Build
run: cargo build