Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Compare Revisions
efaa7197d8a956a60ef13708ffa5a7fc4c58d9cd...bd7181f1944ba99f88c9679bf7747bb8dc364e33
Commits (2)
Fix CI yml
· b27365b3
Maxime Besson
authored
Jan 16, 2021
b27365b3
Fix CI yml
· bd7181f1
Maxime Besson
authored
Jan 16, 2021
bd7181f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
scripts/sonar
scripts/sonar
+3
-1
sonar-project.properties
sonar-project.properties
+1
-0
No files found.
scripts/sonar
View file @
bd7181f1
#!/bin/sh
mk-build-deps
-ir
debian/control
mk-build-deps
--install
--remove
\
--tool
"apt-get -o Debug::pkgProblemResolver=yes -q -y"
\
debian/control
apt
-y
install
libperl-critic-perl libdevel-cover-perl cpanminus
cpanm
install
Devel::Cover::Report::SonarGeneric
make
SKIP_DOCUMENTATION
=
1
...
...
sonar-project.properties
View file @
bd7181f1
# must be unique in a given SonarQube instance
# this is the name displayed in the SonarQube UI
sonar.projectName
=
LemonLDAP::NG
sonar.projectKey
=
lemonldap-ng
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding
=
UTF-8
...
...