Commit d3f3f01c by Ehsan Nasiri

Run tests on Windows too.

parent 2398b216
......@@ -43,14 +43,13 @@ bazel.exe build :all
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
echo "Build Completed %DATE% %TIME%"
:: TODO: Currently the bazel tests fail due to issues resolving paths on Windows
:: ##############
:: Run the tests
:: ##############
:: echo "Running Tests... %DATE% %TIME%"
:: bazel.exe test :all
:: if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
:: echo "Tests Completed %DATE% %TIME%"
echo "Running Tests... %DATE% %TIME%"
bazel.exe test :all
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
echo "Tests Completed %DATE% %TIME%"
exit /b 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment