Skip to content

Commit

Permalink
ci: update Qodana configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed May 20, 2024
1 parent f29e1b7 commit e4a32b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion prepare-qodana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
cd "$(dirname "$0")" || (echo "Running from $(pwd)" && exit 1)

# Install dependencies
sudo apt update && sudo apt install -y ninja-build clang wget tar build-essential
apt update && apt install -y ninja-build clang wget tar build-essential

# Create build directory
mkdir -p "build"

# Download and install CMake
wget -qO- "https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
Expand Down
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ profile:
# - <path/where/not/run/inspection>

#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
bootstrap: sh ./prepare-qodana.sh
bootstrap: sudo ./prepare-qodana.sh

#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
#plugins:
Expand Down

0 comments on commit e4a32b9

Please sign in to comment.