From d2a8bdcf3e694a02df6bffd2922b28409aa50763 Mon Sep 17 00:00:00 2001 From: 4o3F <4o3f@proton.me> Date: Mon, 7 Oct 2024 00:24:33 +0800 Subject: [PATCH] chore: add windows matrix --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11d8f35..21d9355 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,21 @@ jobs: matrix: os-image: - ubuntu-22.04 + - windows-2022 opencv-version: - 4.10.0 + vcpkg-version: + - 2024.07.12 linkage: - static include: - os-image: ubuntu-22.04 opencv-version: 4.10.0 linkage: static + - os-image: windows-2022 + opencv-version: vcpkg + linkage: static + runs-on: ${{ matrix.os-image }} env: Atlas_ROOT_DIR: /usr/include/ # for cmake to find lapacke.h @@ -61,6 +68,8 @@ jobs: name: imagetools path: | target/release/imagetools + target/release/imagetools.exe + target/release/imagetools.pdb retention-days: 14