Skip to content

Commit

Permalink
Remove ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 30, 2025
1 parent 737105d commit 375f052
Showing 1 changed file with 44 additions and 48 deletions.
92 changes: 44 additions & 48 deletions test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ echo Successfull!!

echo Python tests
set "LOADER_SCRIPT_PATH=%loc%\python"
set "PYTHONHOME=%~dp0metacall\runtimes\python"
set "PIP_TARGET=%~dp0metacall\runtimes\python\Lib\site-packages"
set "PATH=%PATH%;%~dp0metacall\runtimes\python;%~dp0metacall\runtimes\python\Scripts;%~dp0metacall\runtimes\python\Lib\site-packages\bin"

echo Pip Test
call metacall pip install PyYAML
Expand All @@ -43,68 +40,67 @@ echo Successfull!!

echo Ruby tests
set "LOADER_SCRIPT_PATH=%loc%\ruby"
set "PATH=%PATH%;%loc%\runtimes\ruby\bin;%loc%\runtimes\ruby\bin\ruby_builtin_dlls"

rem TODO: https://github.com/metacall/distributable-windows/issues/31
rem echo Gem test
rem call metacall gem install metacall
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo bundle test
call metacall bundle --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo bundle test
rem call metacall bundle --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo bundler test
call metacall bundler --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo bundler test
rem call metacall bundler --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo erb test
call metacall erb --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo erb test
rem call metacall erb --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo irb test
call metacall irb --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo irb test
rem call metacall irb --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo racc test
call metacall racc --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo racc test
rem call metacall racc --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo rake test
call metacall rake --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo rake test
rem call metacall rake --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo rbs test
call metacall rbs --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo rbs test
rem call metacall rbs --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo rdbg test
call metacall rdbg --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo rdbg test
rem call metacall rdbg --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo rdoc test
call metacall rdoc --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo rdoc test
rem call metacall rdoc --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo ri test
call metacall ri --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo ri test
rem call metacall ri --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

echo typeprof test
call metacall typeprof --version
if %errorlevel%==1 goto :test_fail
echo Successfull!!
rem echo typeprof test
rem call metacall typeprof --version
rem if %errorlevel%==1 goto :test_fail
rem echo Successfull!!

exit /b 0

Expand Down

0 comments on commit 375f052

Please sign in to comment.