Skip to content

gral_window_show_context_menu #80

gral_window_show_context_menu

gral_window_show_context_menu #80

Workflow file for this run

name: CI
on: push
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install libgtk-3-dev libasound2-dev
- run: cmake -S . -B build -D BUILD_DEMOS=YES
- run: cmake --build build