liba53/.travis.yml

22 lines
339 B
YAML
Raw Permalink Normal View History

2014-03-26 10:09:46 -07:00
language: cpp
compiler: gcc
2014-03-28 05:14:45 -07:00
notifications:
2014-03-28 06:26:18 -07:00
irc:
channels:
- "chat.freenode.net#openbts"
template:
- "%{repository} : %{message} : %{build_url}"
on_success: change
on_failure: always
2014-03-28 05:14:45 -07:00
2014-03-26 10:09:46 -07:00
#before_install:
# - sudo apt-get install -qq libxyz
#install:
# - sh bootstrap.sh
script:
2014-12-08 07:02:44 -08:00
- dpkg-buildpackage -us -uc
2014-03-26 10:09:46 -07:00