- let smqueue build on other architectures

This commit is contained in:
Michael Iedema 2014-03-28 12:35:57 +01:00
parent 154649e49e
commit f4cbcd644d
3 changed files with 26 additions and 3 deletions

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
language: cpp
compiler: gcc
git:
submodules: false
before_install:
- sudo apt-get install -qq libosip2-dev
- 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
- sed -i 's/git@github.com:/git:\/\/github.com\//' ./SR/.gitmodules
- git submodule update --init --recursive
#install:
# - sh bootstrap.sh
script:
- dpkg-buildpackage

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
smqueue (4.0) untested; urgency=low
smqueue (4.1) untested; urgency=low
* Test

4
debian/control vendored
View File

@ -9,8 +9,8 @@ Standards-Version: 3.7.3
Package: smqueue
Section: comm
Priority: optional
Architecture: i386
Architecture: any
Essential: no
Depends: sqlite3, libosip2-4, libc6-i686, pkg-config, range-libzmq
Depends: sqlite3, libosip2-4, libc6, pkg-config, range-libzmq
Description: Range Networks - SMQueue RFC-3428 Store and Forward Server