mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
24 lines
642 B
YAML
24 lines
642 B
YAML
{32b972bcd613745ea8e8aeacba6ade2a37c03be2 true 642 test.yml 0xc001e20cb0}
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-gstreamer-sys-dev \
|
|
librust-gtk4-sys-dev \
|
|
libunwind-dev \
|
|
librust-gstreamer-sys-dev \
|
|
librust-gdk-sys-dev \
|
|
librust-atk-dev \
|
|
librust-gtk4-sys-dev \
|
|
libgdk-pixbuf-2.0-dev \
|
|
librust-pango-dev \
|
|
librust-gobject-sys-dev \
|
|
ffmpeg
|
|
- run: cargo test
|