Install rpmbuild on travis CI

This commit is contained in:
Sebastian Messmer 2016-02-12 09:50:44 +01:00
parent 1b0d53056c
commit ffcc343609

View File

@ -16,6 +16,8 @@ addons:
packages: packages:
- libcrypto++-dev - libcrypto++-dev
- libfuse-dev - libfuse-dev
# Needed to build rpm packages
- rpmbuild
install: install:
# Install boost # Install boost
- wget -O boost.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.bz2/download - wget -O boost.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.bz2/download