File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ build_script:
94
94
cmake .. -G"%generator%" -DCMAKE_CONFIGURATION_TYPES="Release" -DR_LIB=ON &&
95
95
cmake --build . --target install --config Release
96
96
)
97
- - if /i "%target%" == "jvm" cd jvm-packages && mvn test -pl :xgboost4j_2.12
97
+ - if /i "%target%" == "jvm" cd jvm-packages && mvn -e -X test -pl :xgboost4j_2.12
98
98
99
99
test_script :
100
100
- cd %APPVEYOR_BUILD_FOLDER%
Original file line number Diff line number Diff line change 20
20
"USE_S3" : "OFF" ,
21
21
22
22
"USE_CUDA" : "OFF" ,
23
+ 'CMAKE_BUILD_TYPE' : 'Debug' ,
23
24
"JVM_BINDINGS" : "ON"
24
25
}
25
26
@@ -95,7 +96,7 @@ def normpath(path):
95
96
args .append ("-DRABIT_MOCK:BOOL=ON" )
96
97
97
98
run ("cmake .. " + " " .join (args ) + maybe_generator )
98
- run ("cmake --build . --config Release " + maybe_parallel_build )
99
+ run ("cmake --build . --config Debug " + maybe_parallel_build )
99
100
100
101
with cd ("demo/regression" ):
101
102
run (sys .executable + " mapfeat.py" )
You can’t perform that action at this time.
0 commit comments