mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-10 17:38:10 +00:00
[ci] idd: add job
This commit is contained in:
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@@ -161,6 +161,25 @@ jobs:
|
|||||||
cd host\build
|
cd host\build
|
||||||
makensis -DBUILD_32BIT platform\Windows\installer.nsi
|
makensis -DBUILD_32BIT platform\Windows\installer.nsi
|
||||||
|
|
||||||
|
idd:
|
||||||
|
runs-on: windows-2022
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
- name: Add msbuild to PATH
|
||||||
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
with:
|
||||||
|
msbuild-architecture: x64
|
||||||
|
- name: Install NuGet packages
|
||||||
|
run: |
|
||||||
|
cd idd
|
||||||
|
nuget restore LGIdd.sln
|
||||||
|
- name: Build IDD
|
||||||
|
run: |
|
||||||
|
cd idd
|
||||||
|
msbuild.exe LGIdd.sln /t:Build /p:Configuration=Release /p:Platform=x64
|
||||||
|
|
||||||
obs:
|
obs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
Reference in New Issue
Block a user