Add vulkan variant

This commit is contained in:
BtbN 2020-09-07 17:40:37 +02:00
parent 1bcdb1726e
commit 8ac2985059
7 changed files with 73 additions and 3 deletions

View file

@ -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