Add vulkan variant
This commit is contained in:
parent
1bcdb1726e
commit
8ac2985059
7 changed files with 73 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||
variant: [gpl,lgpl,gpl-vulkan,lgpl-vulkan,gpl-4.3,lgpl-4.3]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||
variant: [gpl,lgpl,gpl-vulkan,lgpl-vulkan,gpl-4.3,lgpl-4.3]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue