Skip to content

Commit

Permalink
Check build directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpjesus authored May 31, 2024
1 parent 900f528 commit fb0f7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fi

if [[ $TASK == "if-else" ]]; then
conda install -q -y -n $CONDA_ENV numpy
ls $BUILD_DIRECTORY || exit -1
mkdir $BUILD_DIRECTORY/build && cd $BUILD_DIRECTORY/build && cmake .. || exit -1 # && make lightgbm -j4 || exit -1
# cd $BUILD_DIRECTORY/tests/cpp_tests && ../../lightgbm config=train.conf convert_model_language=cpp convert_model=../../src/boosting/gbdt_prediction.cpp && ../../lightgbm config=predict.conf output_result=origin.pred || exit -1
# cd $BUILD_DIRECTORY/build && make lightgbm -j4 || exit -1
Expand Down

0 comments on commit fb0f7e3

Please sign in to comment.