16 lines
261 B
YAML
16 lines
261 B
YAML
language: python
|
|
sudo: required
|
|
|
|
before_install:
|
|
- sudo apt install devscripts dh-make -y
|
|
- debuild -i -us -uc -b
|
|
|
|
install: sudo apt install ../*.deb -y
|
|
|
|
script:
|
|
- sudo howdy help
|
|
- sudo howdy list
|
|
- sudo apt purge howdy -y
|
|
|
|
notifications:
|
|
email: true
|