Skip to content

Commit

Permalink
chore: add windows matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
4o3F committed Oct 6, 2024
1 parent d6c629a commit d2a8bdc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,6 +68,8 @@ jobs:
name: imagetools
path: |
target/release/imagetools
target/release/imagetools.exe
target/release/imagetools.pdb
retention-days: 14


Expand Down

0 comments on commit d2a8bdc

Please sign in to comment.