Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
d3f3f01c
Commit
d3f3f01c
authored
Oct 18, 2019
by
Ehsan Nasiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run tests on Windows too.
parent
2398b216
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
build.bat
kokoro/windows-msvc-2015-release-bazel/build.bat
+4
-5
No files found.
kokoro/windows-msvc-2015-release-bazel/build.bat
View file @
d3f3f01c
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment