Skip to content
Snippets Groups Projects
Commit 13067244 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

add --internal_ci for windows

parent d8696e10
No related branches found
No related tags found
Loading
...@@ -36,7 +36,7 @@ cd /d %~dp0\..\..\.. ...@@ -36,7 +36,7 @@ cd /d %~dp0\..\..\..
git submodule update --init git submodule update --init
python tools/run_tests/run_tests_matrix.py -f basictests windows -j 1 --inner_jobs 8 || goto :error python tools/run_tests/run_tests_matrix.py -f basictests windows -j 1 --inner_jobs 8 --internal_ci || goto :error
goto :EOF goto :EOF
:error :error
......
...@@ -36,7 +36,7 @@ cd /d %~dp0\..\..\.. ...@@ -36,7 +36,7 @@ cd /d %~dp0\..\..\..
git submodule update --init git submodule update --init
python tools/run_tests/run_tests_matrix.py -f portability windows -j 1 --inner_jobs 8 || goto :error python tools/run_tests/run_tests_matrix.py -f portability windows -j 1 --inner_jobs 8 --internal_ci || goto :error
goto :EOF goto :EOF
:error :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment