Skip to content
Snippets Groups Projects
Commit 0bab164e authored by Christoph Heidecker's avatar Christoph Heidecker
Browse files

Changed pyxrootd from manual installation to pip installation in .gitlab-ci.yml

parent 9e03d88f
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -19,11 +19,11 @@ test_navix_slc6_python34:
- yum install -y python34 xrootd-client-devel python34-devel python34-setuptools
- cd /usr/lib/python3.4/site-packages && python3.4 easy_install.py pip
- pip3 install coverage
- pip3 install six pyyaml
- git clone https://github.com/KIT-ETP-Computing/xrootd-python.git /opt/xrootd-python
- export XRD_LIBDIR="/usr/lib64"
- export XRD_INCDIR="/usr/include/xrootd"
- cd /opt/xrootd-python && python3.4 setup.py install
- pip3 install six pyyaml XRootD
# - git clone https://github.com/KIT-ETP-Computing/xrootd-python.git /opt/xrootd-python
# - export XRD_LIBDIR="/usr/lib64"
# - export XRD_INCDIR="/usr/include/xrootd"
# - cd /opt/xrootd-python && python3.4 setup.py install
- cd /builds/ETP-HTC/NaviX
- coverage run test_it.py
- kill $(ps aux | grep 'NaviX.py' | awk '{print $2}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment