mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
wasn't building everything..
This commit is contained in:
parent
e490d8a1be
commit
2634c6238d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
|
|
||||||
- name: Build GtkRadiant
|
- name: Build GtkRadiant
|
||||||
run: msbuild /p:Configuration=Release /p:Platform=Win32 /target:radiant
|
run: msbuild radiant.sln /p:Configuration=Release /p:Platform=Win32
|
||||||
|
|
||||||
- name: Build q3map2 x64
|
- name: Build q3map2 x64
|
||||||
run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2
|
run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2
|
||||||
|
|
Loading…
Reference in a new issue