Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 10, 2024
1 parent 37f42be commit abe69be
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

set -e -E -u -o pipefail

brew install cmake libomp open-mpi

git clone --recursive -b test-install https://github.com/microsoft/LightGBM
cd LightGBM
export CXX=g++-14 CC=gcc-14 # replace "7" with version of gcc installed on your machine
cmake -B build -S . -DBUILD_CPP_TEST=ON -DUSE_MPI=ON
cmake --build build --target testlightgbm -j4
pwsh -v
pwsh -command "Install-Module -Name PSScriptAnalyzer -Scope AllUsers -Force -SkipPublisherCheck"

ls

Expand Down

0 comments on commit abe69be

Please sign in to comment.