Skip to content

Commit

Permalink
SONAR_SCANNER_VERSION=5.0.1.3006
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 11, 2023
1 parent ef4ccb6 commit b1a2777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ apt-get install -q -y git
echo "================= sonarcloud requirements ============"

apt install nodejs
export SONAR_SCANNER_VERSION=4.6.1.2450
export SONAR_SCANNER_VERSION=5.0.1.3006
export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip \
https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip
Expand All @@ -88,7 +88,7 @@ apt-get install \
coinor-libipopt-dev \
gcovr \
valgrind \
swig \
swig4.0 \
python3 \
python3-numpy \
python3-venv \
Expand Down

0 comments on commit b1a2777

Please sign in to comment.