Skip to content

Commit 2159241

Browse files
authored
Disable RUN_TEST only for Regression Job AppVeyor and not impact for production Jenkins Job for windows build
1 parent ee0bd23 commit 2159241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_win.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if DEFINED APPVEYOR (
1717
if NOT DEFINED BUILD_PYTHON_LAYER set BUILD_PYTHON_LAYER=1
1818
if NOT DEFINED BUILD_MATLAB set BUILD_MATLAB=0
1919
if NOT DEFINED PYTHON_EXE set PYTHON_EXE=python
20-
if NOT DEFINED RUN_TESTS set RUN_TESTS=1
20+
if NOT DEFINED RUN_TESTS set RUN_TESTS=0
2121
if NOT DEFINED RUN_LINT set RUN_LINT=0
2222
if NOT DEFINED RUN_INSTALL set RUN_INSTALL=1
2323

0 commit comments

Comments
 (0)