travisci build yum install boost-devel for qpid-cpp/qpid-lib

This commit is contained in:
mjames-upc 2017-10-23 11:52:32 -06:00
parent 035d3d24c7
commit 74b31fd428

View file

@ -5,7 +5,7 @@ OS_VERSION=$2
yum -y clean all
yum -y clean expire-cache
yum groupinstall "Development tools" -y >& /dev/null
yum install wget cmake ruby -y
yum install wget cmake ruby boost-devel -y
wget -O /etc/yum.repos.d/awips2.repo http://www.unidata.ucar.edu/software/awips2/doc/awips2.repo
yum -y clean all
yum groupinstall awips2-ade -y >& /dev/null