Skip to content

Commit

Permalink
[CI] add Universal Windows Platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed May 24, 2023
1 parent 6571cbb commit e3be977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
build-system: cmake
configure-opts: '-DBUILD_SHARED_LIBS=ON'

- name: windows-latest-cmake-uwp
os: windows-latest
build-system: cmake
configure-opts: '-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_C_FLAGS="-DWINAPI_FAMILY=WINAPI_FAMILY_APP" -DCMAKE_CXX_FLAGS="-DWINAPI_FAMILY=WINAPI_FAMILY_APP"'

- name: ubuntu-latest-gcc-autotools-32-bit-words
os: ubuntu-latest
cc: gcc
Expand Down

0 comments on commit e3be977

Please sign in to comment.