summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/action.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index 9e922335..275e117d 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -18,6 +18,7 @@ jobs:
ubuntu-latest-clang-cmake,
macos-latest-clang-autotools,
macos-latest-clang-cmake,
+ windows-latest-cmake,
ubuntu-latest-gcc-autotools-64-bit-words,
ubuntu-latest-clang-autotools-64-bit-words,
ubuntu-latest-gcc-cmake-64-bit-words,
@@ -68,6 +69,11 @@ jobs:
build-system: cmake
configure-opts: ''
+ - name: windows-latest-cmake
+ os: windows-latest
+ build-system: cmake
+ configure-opts: '-DWITH_OGG=OFF'
+
- name: ubuntu-latest-gcc-autotools-64-bit-words
os: ubuntu-latest
cc: gcc