12 lines
198 B
YAML
12 lines
198 B
YAML
|
language: c
|
||
|
|
||
|
install:
|
||
|
- sudo apt-get update -qq
|
||
|
- sudo apt-get install -qq debhelper python python-debian quilt autotools-dev
|
||
|
|
||
|
script:
|
||
|
- debuild -uc -us
|
||
|
|
||
|
#notifications:
|
||
|
# email: false
|