mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
ci: packages-qa Windows cmake
This commit is contained in:
parent
15f637a8ce
commit
009d91fe23
13
.github/workflows/packages-qa.yml
vendored
13
.github/workflows/packages-qa.yml
vendored
@ -139,3 +139,16 @@ jobs:
|
||||
cmake -S. -Bcmake-build -DENABLE_NETSSL_WIN=ON -DENABLE_NETSSL=OFF -DENABLE_CRYPTO=OFF -DENABLE_JWT=OFF -DENABLE_DATA=ON -DENABLE_DATA_ODBC=ON -DENABLE_DATA_MYSQL=OFF -DENABLE_DATA_POSTGRESQL=OFF -DENABLE_TESTS=ON
|
||||
cmake --build cmake-build --config Release
|
||||
|
||||
windows-2022-msvc-cmake-mkrelease:
|
||||
runs-on: windows-2022
|
||||
needs: mkrelease_win
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: windows-archives
|
||||
- run: |
|
||||
rm poco-*-all.zip
|
||||
7z x poco-*.zip
|
||||
cd poco-*
|
||||
cmake -S. -Bcmake-build -DENABLE_TESTS=ON
|
||||
cmake --build cmake-build --config Release
|
||||
|
Loading…
Reference in New Issue
Block a user