asterisk/.travis.yml

16 lines
204 B
YAML
Raw Normal View History

2014-03-26 11:41:29 -07:00
language: cpp
compiler: gcc
notifications:
irc: "chat.freenode.net#openbts"
2014-03-26 12:10:10 -07:00
before_install:
2014-03-26 12:27:49 -07:00
- sudo apt-get install -qq libssl-dev unixodbc-dev
2014-03-26 11:41:29 -07:00
#install:
# - sh bootstrap.sh
script:
2014-03-26 12:10:10 -07:00
- ./build.sh
2014-03-26 11:41:29 -07:00