Files
openbts/.travis.yml
Michael Iedema 0e2afeceea bump
2014-03-28 13:55:26 +01:00

38 lines
747 B
YAML

language: cpp
compiler: gcc
notifications:
irc:
channels:
- "chat.freenode.net#openbts"
template:
- "%{repository} : %{message} : %{build_url}"
on_success: change
on_failure: always
git:
submodules: false
before_install:
- sudo apt-get install -qq libortp-dev, libusb-1.0-0-dev, libreadline-dev
- git clone https://github.com/RangeNetworks/liba53.git
- cd liba53
- dpkg-buildpackage
- cd ..
- sudo dpkg -i liba53*.deb
- git clone https://github.com/RangeNetworks/libzmq.git
- cd libzmq
- ./build.sh
- sudo dpkg -i *.deb
- cd ..
- sed -i 's/git@github.com:/git:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
#install:
# - sh bootstrap.sh
script:
- dpkg-buildpackage