blob: cbd3ca3209bac1cc6874c3441448853344a015c0 [file] [log] [blame]
@echo off
call ..\dependencies\windows\config_directories.bat
if not exist "%DEPENDENCIES%\bin\premake5.exe" (
pushd "%DEPENDENCIES_SCRIPTS%"
call .\get_premake5.bat || goto :error
popd
)
set "PREMAKE=%DEPENDENCIES%\bin\premake5.exe"
pushd test
%PREMAKE% --scripts=..\..\build --no-download-progress --with_rive_tools --with_rive_text --with_rive_audio=external vs2022
MSBuild.exe /? 2> NUL
if not %ERRORLEVEL%==9009 (
set "MSBuild=MSBuild.exe"
) else (
set "MSBuild=%ProgramFiles%\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin\MSBuild.exe"
)
call "%MSBuild%" out\debug\rive.sln
out\debug\tests.exe