mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 17:38:19 +00:00
[host] ci: test IVSHMEM installer build
This commit is contained in:
parent
3d1eedd4ef
commit
f971a01801
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -117,6 +117,11 @@ jobs:
|
||||
run: |
|
||||
cd host/build
|
||||
makensis platform/Windows/installer.nsi
|
||||
- name: Build Windows host installer with IVSHMEM drivers
|
||||
run: |
|
||||
cd host/build
|
||||
curl https://dl.quantum2.xyz/ivshmem.tar.gz | tar xz
|
||||
makensis -DIVSHMEM platform/Windows/installer.nsi
|
||||
|
||||
host-windows-native:
|
||||
runs-on: windows-latest
|
||||
|
Loading…
Reference in New Issue
Block a user