We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8a2bb commit 5b67546Copy full SHA for 5b67546
.ci/test-windows.ps1
@@ -22,7 +22,7 @@ if ($env:TASK -eq "r-package") {
22
}
23
24
if ($env:TASK -eq "cpp-tests") {
25
- cmake -B build -S . -DBUILD_CPP_TEST=ON -DUSE_OPENMP=OFF -DUSE_DEBUG=ON -A x64
+ cmake -B build -S . -DBUILD_CPP_TEST=ON -DUSE_DEBUG=ON -A x64
26
cmake --build build --target testlightgbm --config Debug ; Check-Output $?
27
.\Debug\testlightgbm.exe ; Check-Output $?
28
Exit 0
.ci/test.sh
@@ -50,7 +50,6 @@ fi
50
if [[ "$TASK" == "cpp-tests" ]]; then
51
cmake_args=(
52
-DBUILD_CPP_TEST=ON
53
- -DUSE_OPENMP=OFF
54
-DUSE_DEBUG=ON
55
)
56
if [[ $METHOD == "with-sanitizers" ]]; then
0 commit comments