mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-02 07:44:54 +03:00
add github workflows
This commit is contained in:
parent
ff64b85e02
commit
38f4f10698
16
.github/workflows/test.yml
vendored
Normal file
16
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Test
|
||||||
|
on: [pull_request, push]
|
||||||
|
jobs:
|
||||||
|
blue-recorder:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get install \
|
||||||
|
librust-gdk-sys-dev \
|
||||||
|
librust-gstreamer-sys-dev \
|
||||||
|
librust-gtk4-sys-dev \
|
||||||
|
libunwind-dev
|
||||||
|
- run: cargo test
|
Loading…
Reference in New Issue
Block a user