mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
ci: packages-qa Windows tests
This commit is contained in:
parent
369c0fc23d
commit
c2b41ef657
11
.github/workflows/packages-qa.yml
vendored
11
.github/workflows/packages-qa.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user