mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-09 23:01:55 +00:00
build steps
This commit is contained in:
parent
9d02fd93d2
commit
05849edf6c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -31,3 +31,9 @@ jobs:
|
|||
|
||||
- name: Setup GtkRadiant
|
||||
run: scons target=setup
|
||||
|
||||
- name: Build GtkRadiant
|
||||
run: msbuild /p:Configuration=Release /p:Platform=Win32 /target:radiant
|
||||
|
||||
- name: Build q3map2 x64
|
||||
run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2
|
Loading…
Reference in a new issue