ci: packages-qa Windows tests

This commit is contained in:
Günter Obiltschnig 2024-02-19 13:07:39 +01:00 committed by Alex Fabijanic
parent 369c0fc23d
commit c2b41ef657

View File

@ -100,3 +100,14 @@ jobs:
- run: sudo apt -y update && sudo apt -y install cmake ninja-build libssl-dev unixodbc-dev libmysqlclient-dev
- run: mkdir poco && cd poco && tar xfz ../poco-*-all.tar.gz --strip-components=1
- run: cmake -Spoco -Bcmake-build -GNinja -DENABLE_PDF=OFF -DENABLE_TESTS=ON && cmake --build cmake-build --target all
windows-2022-msvc-buildwin-x64-mkrelease-all:
runs-on: windows-2022
steps:
- uses: actions/download-artifact@v4
with:
name: windows-archives
- run: |
7z x poco-*.zip
cd poco-*-all
.\buildwin.ps1 -poco_base . -vs 170 -action build -linkmode all -config release -platform x64 -samples -tests -omit "Crypto,NetSSL_OpenSSL,Data/MySQL,Data/PostgreSQL,JWT"