From abe69be5fe92d80672b12c1da225f9a0e556f299 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Thu, 10 Oct 2024 23:35:52 +0300 Subject: [PATCH] Update setup.sh --- .ci/setup.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index 101015ea81e..931dd75049a 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -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