tk/tcl deps for python ci build
This commit is contained in:
parent
50ecb45921
commit
c6153f6f2d
1 changed files with 3 additions and 3 deletions
|
@ -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 boost-devel libuuid-devel -y
|
||||
yum install wget cmake ruby boost-devel libuuid-devel tk-devel tcl-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
|
||||
|
@ -29,8 +29,8 @@ git clone https://github.com/Unidata/awips2-nws.git --branch unidata_${AWIPSII_V
|
|||
|
||||
cd /awips2/repo/awips2-builds/rpms/unidata/
|
||||
|
||||
/bin/bash cibuild.sh -b awips2-localization
|
||||
/bin/bash cibuild.sh -qpid
|
||||
#/bin/bash cibuild.sh -b awips2-localization
|
||||
#/bin/bash cibuild.sh -qpid
|
||||
/bin/bash cibuild.sh -python
|
||||
/bin/bash cibuild.sh -database
|
||||
/bin/bash cibuild.sh -b awips2
|
||||
|
|
Loading…
Add table
Reference in a new issue