Skip to content

Commit 481ce2d

Browse files
committed
[CI] add Universal Windows Platform build
1 parent 6571cbb commit 481ce2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
build-system: cmake
8080
configure-opts: '-DBUILD_SHARED_LIBS=ON'
8181

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+
8287
- name: ubuntu-latest-gcc-autotools-32-bit-words
8388
os: ubuntu-latest
8489
cc: gcc

0 commit comments

Comments
 (0)