forked from RangeNetworks/openbts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (31 loc) · 774 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 update
- 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 -us -uc
- cd ..
- sudo dpkg -i liba53*.deb
- git clone https://github.com/RangeNetworks/libcoredumper.git
- cd libcoredumper
- ./build.sh
- sudo dpkg -i *.deb
- cd ..
- git submodule update --init --recursive
- sudo ./NodeManager/install_libzmq.sh
#install:
# - sh bootstrap.sh
script:
- dpkg-buildpackage -us -uc