Skip to content

Generator support for libvlc_time_t* pointer types (Fixes VLC 4.0 build) #43

Generator support for libvlc_time_t* pointer types (Fixes VLC 4.0 build)

Generator support for libvlc_time_t* pointer types (Fixes VLC 4.0 build) #43

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get install -y vlc pulseaudio libvlc-dev
pulseaudio --start
bash ./dev_setup.sh
. .venv/bin/activate
make test_generator
make test_bindings