Reorder and comment .travis.yml
This commit is contained in:
parent
3fdd115fd0
commit
a7bef618be
|
@ -1,10 +1,15 @@
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
install:
|
before_install:
|
||||||
|
# update package list
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
|
||||||
|
install:
|
||||||
|
# install build dependencies
|
||||||
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev
|
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
# build the debian package
|
||||||
- debuild -uc -us
|
- debuild -uc -us
|
||||||
|
|
||||||
#notifications:
|
#notifications:
|
||||||
|
|
1
debian/source/options
vendored
Normal file
1
debian/source/options
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend-diff-ignore = '(^|/)(\.travis\.yml|\.git|\.gitgnore|config\.sub|config\.guess)'
|
Loading…
Reference in a new issue