Skip to content

Call audio backend shutdown if the library init or buffer alloc fails : #25

Call audio backend shutdown if the library init or buffer alloc fails :

Call audio backend shutdown if the library init or buffer alloc fails : #25

Workflow file for this run

name: Build (OS/2)
on: [push, pull_request]
jobs:
os2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: open-watcom/setup-watcom@v0
- name: Build library and player
run: |
cd os2 && wmake
cd ..
- name: distclean
run: |
cd os2 && wmake distclean
cd ..