14 lines
283 B
YAML
14 lines
283 B
YAML
language: python
|
|
sudo: required
|
|
|
|
before_install:
|
|
- git clone https://github.com/Boltgolt/howdy.git /tmp/howdy_build
|
|
- cd /tmp/howdy_build
|
|
- dpkg-buildpackage -rfakeroot -d -us -uc -S
|
|
|
|
install: sudo apt-get install ./build.deb
|
|
|
|
script: howdy help
|
|
|
|
notifications:
|
|
email: false
|