mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] ci: test IVSHMEM installer build
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user