aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c4dfecc..d05963f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,7 +36,11 @@ jobs:
- name: Test
shell: bash
run: (cd build && ctest -V)
- if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' }}
+
+ - name: Test winmm
+ shell: bash
+ run: (cd build && CUBEB_BACKEND=winmm ctest -V)
+ if: ${{ matrix.os == 'windows-2019' }}
build-android:
runs-on: ubuntu-20.04