summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2021-07-04 08:32:22 -0700
committerRalph Giles <giles@thaumas.net>2021-07-11 13:53:07 -0700
commit21a217e737041a5b64eed830ab5431b226f68622 (patch)
tree600abe21cd6b98c500b982295dd0983586458525
parentdf35f5ea41ab3e639c0be4958b90798af56088d6 (diff)
downloadflac-21a217e737041a5b64eed830ab5431b226f68622.tar.gz
github actions: add a windows cmake target
Make use of the available builders for Microsoft Windows build converage. Unfortunately this job reports finding no tests to run, despite being identical to other builds. Worse, this is not reported as an error. Windows doesn't have a package manager like linux and macos, so until we figure out how to build and cache the ogg dependency for the windows job, just skip ogg support.
-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