Skip to content
Snippets Groups Projects
Verified Commit cf7ad122 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

ci: fix .gitlabci sonarcloud line folding

parent a8368530
No related branches found
No related tags found
1 merge request!1135ci: Sonarcloud fixup
Pipeline #76324 failed
......@@ -133,9 +133,13 @@ sonarcloud:
script:
- meson build_sonarcloud --default-library=static --prefix=$PREFIX
- build-wrapper-linux-x86-64 --out-dir bw-output ninja -C build_sonarcloud
- sonar-scanner -Dsonar.organization=cz-nic -Dsonar.projectKey=CZ-NIC_knot-resolver \
-Dsonar.sources=. -Dsonar.cfamily.build-wrapper-output=bw-output \
-Dsonar.host.url=https://sonarcloud.io \
- >
sonar-scanner
-Dsonar.organization=cz-nic
-Dsonar.projectKey=CZ-NIC_knot-resolver
-Dsonar.sources=.
-Dsonar.cfamily.build-wrapper-output=bw-output
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.projectVersion="$(git describe)"
# }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment