build steps

This commit is contained in:
Timothee 'TTimo' Besset 2021-04-25 16:12:01 -05:00
parent 9d02fd93d2
commit 05849edf6c

View file

@ -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