Skip to content
Snippets Groups Projects
Commit 75245c86 authored by Bienchen's avatar Bienchen
Browse files

Adding more missing libraries

parent a8b1f216
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,11 @@ test:centos6.6:
before_script:
- echo "Running global 'before_script'..."
- yum -y -q -e 0 install tcl
- yum -y -q -e 0 install glibc-common glibc-devel
- yum -y -q -e 0 install glibc-common
- yum -y -q -e 0 glibc-devel
- yum -y -q -e 0 install libjpeg-turbo
- yum -y -q -e 0 install freetype
- yum -y -q -e 0 install libpng
- mkdir -p /scicore/soft/modules
- ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
- ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
......@@ -35,7 +37,6 @@ test:centos6.6:
- echo "... done running global 'before_script'."
script:
- echo "Testing on CentOS 6..."
- ls /scicore/soft/apps/Python/2.7.5-goolf-1.4.10/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/
- echo " Building OST..."
- mkdir build-ci
- cd build-ci
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment