mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 18:08:08 +00:00
[idd] ci: build installer
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -179,6 +179,17 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd idd
|
cd idd
|
||||||
msbuild.exe LGIdd.sln /t:Build /p:Configuration=Release /p:Platform=x64
|
msbuild.exe LGIdd.sln /t:Build /p:Configuration=Release /p:Platform=x64
|
||||||
|
- name: Build NSIS Installer
|
||||||
|
run: |
|
||||||
|
cd idd\x64\Release\LGIdd
|
||||||
|
makensis -DBUILD_32BIT installer.nsi
|
||||||
|
- name: Build NSIS installer with IVSHMEM drivers
|
||||||
|
run: |
|
||||||
|
cd idd\x64\Release
|
||||||
|
Invoke-WebRequest https://dl.quantum2.xyz/ivshmem.tar.gz -OutFile ivshmem.tar.gz
|
||||||
|
tar -xzvf ivshmem.tar.gz
|
||||||
|
cd LGIdd
|
||||||
|
makensis -DBUILD_32BIT -DIVSHMEM installer.nsi
|
||||||
|
|
||||||
obs:
|
obs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user