Update to a newer premake version that supports vs2019 and vs2022

This commit is contained in:
Graham Pentheny 2022-10-29 23:27:41 -04:00 committed by Graham Pentheny
parent 9098a81682
commit 80e55ebfb7

View File

@ -24,7 +24,7 @@ platform:
install:
# Download Premake
- ps: Start-FileDownload 'https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-windows.zip' 'premake.zip'
- ps: Start-FileDownload 'https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-windows.zip' 'premake.zip'
# Extract it in-place; premake5.exe is at the top level.
- 7z x premake.zip
@ -38,7 +38,6 @@ install:
# Generate solution files using premake.
- cd RecastDemo && "../premake5.exe" %PREMAKE_ACTION% && cd ..
build:
project: RecastDemo/Build/$(PREMAKE_ACTION)/recastnavigation.sln