diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 54108fa5ad..318c7dde4e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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_C_FLAGS="-DWINAPI_FAMILY=WINAPI_FAMILY_APP -DWINVER=0xA00" -DCMAKE_CXX_FLAGS="-DWINAPI_FAMILY=WINAPI_FAMILY_APP -DWINVER=0xA00"' + - name: ubuntu-latest-gcc-autotools-32-bit-words os: ubuntu-latest cc: gcc