mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[host] ci: test IVSHMEM installer build
This commit is contained in:
parent
3d1eedd4ef
commit
f971a01801
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -117,6 +117,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd host/build
|
cd host/build
|
||||||
makensis platform/Windows/installer.nsi
|
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:
|
host-windows-native:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
Loading…
Reference in a new issue