[host] ci: test IVSHMEM installer build

This commit is contained in:
Quantum 2021-12-25 03:09:02 -05:00 committed by Geoffrey McRae
parent 3d1eedd4ef
commit f971a01801

View File

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