mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
or like this
This commit is contained in:
parent
b4fb64839e
commit
8aaa7706ca
1 changed files with 5 additions and 2 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -32,8 +32,11 @@ jobs:
|
|||
- name: Setup GtkRadiant
|
||||
run: scons target=setup
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Build GtkRadiant
|
||||
run: & "${Env:ProgramFiles(X86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=Win32 /target:radiant
|
||||
run: msbuild /p:Configuration=Release /p:Platform=Win32 /target:radiant
|
||||
|
||||
- name: Build q3map2 x64
|
||||
run: & "${Env:ProgramFiles(X86)}\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=x64 /target:q3map2
|
||||
run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2
|
Loading…
Reference in a new issue