File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
name : SonarCloudBuild
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
env :
13
- SONAR_SCANNER_VERSION : 4.7.0.2747 # Find the latest version in the "Linux" link on this page:
13
+ SONAR_SCANNER_VERSION : 5.0.1.3006 # Find the latest version in the "Linux" link on this page:
14
14
# https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarscanner-cli/
15
15
SONAR_SERVER_URL : " https://sonarcloud.io"
16
16
BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory # Directory where build-wrapper output will be placed
46
46
- name : Run build-wrapper
47
47
run : |
48
48
sudo apt-get update
49
- sudo apt-get install --yes --no-install-recommends build-essential cmake ninja-build libjpeg-dev libopenjp2-7-dev qtbase5-dev gobject-introspection libglib2.0-dev libgtk-3-dev libgirepository1.0-dev libnss3-dev ca-certificates libcurl4-nss-dev liblcms2-dev libboost-container-dev libtiff-dev
49
+ sudo apt-get install --yes --no-install-recommends build-essential cmake ninja-build libjpeg-dev libopenjp2-7-dev qtbase5-dev gobject-introspection libglib2.0-dev libgtk-3-dev libgirepository1.0-dev libnss3-dev ca-certificates libcurl4-nss-dev liblcms2-dev libboost-container-dev libtiff-dev qt6-base-dev
50
50
mkdir build
51
51
cmake -DENABLE_GPGME=OFF -S . -B build
52
52
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Release
You can’t perform that action at this time.
0 commit comments