Convert enum value comments from doxygen syntax to sphinx syntax #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |