This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
Add sonar code analisys drone step
0.6-dev
pberr
4 years ago
parent
79f1b72bb4
commit
54d6c5ed80
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.drone.yml
+ 8
- 0
.drone.yml
View File
@ -3,6 +3,14 @@ type: docker
name
:
default
steps:
-
name
:
code-analysis
image
:
aosapps/drone-sonar-plugin
settings:
sonar_host
:
https://sonar.hatthieves.es
sonar_token:
from_secret
:
sonar_token
sources
:
./lib
-
name
:
Build Ubuntu deb package
image
:
ubuntu
volumes:
Write
Preview
Loading…
Cancel
Save