mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
how to invoke msbuild
This commit is contained in:
parent
05849edf6c
commit
68e8940c5a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: scons target=setup
|
||||
|
||||
- name: Build GtkRadiant
|
||||
run: msbuild /p:Configuration=Release /p:Platform=Win32 /target:radiant
|
||||
run: "${Env:ProgramFiles(X86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=Win32 /target:radiant
|
||||
|
||||
- name: Build q3map2 x64
|
||||
run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2
|
||||
run: "${Env:ProgramFiles(X86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=x64 /target:q3map2
|
Loading…
Reference in a new issue