Skip to content

test

test #57

Workflow file for this run

name: Linux Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt -y install cmake liballegro5-dev libenet-dev libmad0-dev libfluidsynth-dev fluidsynth
- name: Build
run: |
cmake -DCMAKE_BUILD_TYPE=Release .
make