Merge branch 'master' into m-p
This commit is contained in:
commit
0e523fe693
|
@ -25,6 +25,10 @@ script:
|
|||
# build the debian package
|
||||
- debuild -uc -us
|
||||
|
||||
after_script:
|
||||
# run lintian after build
|
||||
- sudo apt-get install -qq --no-install-recommends lintian
|
||||
- lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.deb && lintian --info --display-info --display-experimental --pedantic --show-overrides ../*.dsc
|
||||
#notifications:
|
||||
# email: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue