File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,29 +4,23 @@ on: [push]
44
55jobs :
66 win :
7- env :
8- PREMAKE_VERSION : 5.0.0-beta1
9-
107 runs-on : windows-latest
118 steps :
129 - name : Checkout
1310 uses : actions/checkout@master
1411 with :
1512 submodules : recursive
16-
17- - name : Setup premake
18- uses : abel0b/setup-premake@v2.3
19- with :
20- version : ${{ env.PREMAKE_VERSION }}
2113
2214 - name : Premake
23- run : premake5 vs2022 --arch=x86 --renderer=DX11
15+ run : ./vendor/premake/ premake5.exe vs2026 --arch=x86 --renderer=DX11
2416
2517 - name : Setup MSBuild
26- uses : microsoft/setup-msbuild@v1.1
18+ uses : microsoft/setup-msbuild@v2
19+ with :
20+ vs-version : " 18"
2721
2822 - name : Build OpenToshi for release
29- run : msbuild './Toshi (DX11).sln ' -property:Configuration=Release
23+ run : msbuild './Toshi (DX11).slnx ' -property:Configuration=Release
3024
3125 - name : Run UnitTests
3226 run : .\bin\Release_Windows_x86\UnitTests\UnitTests.exe
You can’t perform that action at this time.
0 commit comments