4 Star 4 Fork 1

Gitee 极速下载 / OpenBTS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/RangeNetworks/openbts
克隆/下载
.travis.yml 774 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Iedema 提交于 2015-01-28 12:06 . swap to https no longer needed
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
C++
1
https://gitee.com/mirrors/openbts.git
git@gitee.com:mirrors/openbts.git
mirrors
openbts
OpenBTS
master

搜索帮助