forked from RangeNetworks/openbts
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
42 lines (36 loc) · 897 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
37
38
39
40
41
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
- cd ..
- sudo dpkg -i liba53*.deb
- git clone https://github.com/RangeNetworks/libzmq.git
- cd libzmq
- ./build.sh
- sudo dpkg -i *.deb
- cd ..
- git clone https://github.com/RangeNetworks/libcoredumper.git
- cd libcoredumper
- ./build.sh
- sudo dpkg -i *.deb
- cd ..
- sed -i 's/[email protected]:/git:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
#install:
# - sh bootstrap.sh
script:
- dpkg-buildpackage