Skip to content

Commit

Permalink
Add Windows vulkan build to release.yml. Untested
Browse files Browse the repository at this point in the history
  • Loading branch information
vgf89 committed Mar 26, 2024
1 parent 7b13fce commit a7525e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- x86_64-manylinux2014-cuda122
- x86_64-manylinux2014-vulkan
- x86_64-windows-msvc
- x86_64-windows-msvc-vulkan
- x86_64-windows-msvc-cuda117
- x86_64-windows-msvc-cuda122
include:
Expand Down Expand Up @@ -66,6 +67,12 @@ jobs:
target: x86_64-pc-windows-msvc
binary: x86_64-windows-msvc
ext: .exe
- os: windows-latest
target: x86_64-pc-windows-msvc
binary: x86_64-windows-msvc-vulkan
ext: .exe
build_args: --features vulkan,prod-db
vulkan_sdk: '1.3.280.0'
- os: windows-latest
target: x86_64-pc-windows-msvc
binary: x86_64-windows-msvc-cuda117
Expand Down

0 comments on commit a7525e2

Please sign in to comment.