We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6571cbb commit 481ce2dCopy full SHA for 481ce2d
.github/workflows/action.yml
@@ -79,6 +79,11 @@ jobs:
79
build-system: cmake
80
configure-opts: '-DBUILD_SHARED_LIBS=ON'
81
82
+ - name: windows-latest-cmake-uwp
83
+ os: windows-latest
84
+ build-system: cmake
85
+ configure-opts: '-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_C_FLAGS="-DWINAPI_FAMILY=WINAPI_FAMILY_APP -DWINVER=0xA00" -DCMAKE_CXX_FLAGS="-DWINAPI_FAMILY=WINAPI_FAMILY_APP -DWINVER=0xA00"'
86
+
87
- name: ubuntu-latest-gcc-autotools-32-bit-words
88
os: ubuntu-latest
89
cc: gcc
0 commit comments