aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2023-04-24 14:18:57 +0200
committerPaul Adenot <[email protected]>2023-04-26 14:28:46 +0200
commitaa05a1380ec357a5cf5ea617a8e8ce5db092b6fa (patch)
tree607f4f4e9bc1a671df337aa34f0fc59f29d16d74
parentaf5e9f1211f0be823c8c71bc154c7b9ac3b332d4 (diff)
downloadcubeb-aa05a1380ec357a5cf5ea617a8e8ce5db092b6fa.tar.gz
cubeb-aa05a1380ec357a5cf5ea617a8e8ce5db092b6fa.zip
Attempt enabling test on gh action windows, also run the winmm backend
-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