asterisk/.travis.yml

22 lines
396 B
YAML
Raw Normal View History

2014-03-26 11:41:29 -07:00
language: cpp
compiler: gcc
notifications:
2014-03-28 06:25:37 -07:00
irc:
channels:
- "chat.freenode.net#openbts"
template:
- "%{repository} : %{message} : %{build_url}"
on_success: change
on_failure: always
2014-03-26 12:10:10 -07:00
before_install:
2016-05-26 13:50:55 -07:00
- sudo apt-get install -qq libssl-dev unixodbc-dev libsrtp0 libsrtp0-dev uuid-dev libjansson-dev libxml2-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