Skip to content
Snippets Groups Projects
Commit 4f50c312 authored by Michael Davis's avatar Michael Davis
Browse files

Merge branch 'master' of https://gitlab.cern.ch:8443/cta/CTA

parents 7088b304 c40ee88a
Branches
Tags
No related merge requests found
......@@ -2,9 +2,6 @@
set -x
echo Getting CTA sources...
( cd ~ ; git clone https://:@gitlab.cern.ch:8443/cta/CTA.git)
echo Creating source rpm
mkdir -p ~/CTA-build-srpm
(cd ~/CTA-build-srpm && cmake -DPackageOnly:Bool=true ../CTA; make cta_srpm)
......@@ -16,6 +13,10 @@ sudo yum-config-manager --add-repo=/vmBootstrap/cta-ci-xroot.repo
sudo yum-config-manager --add-repo=/vmBootstrap/castor.repo
sudo yum install -y yum-plugin-priorities
echo Enabling CERN Only repo for oracle-instantclient
sudo yum-config-manager --enable cernonly
sudo yum-config-manager --enable cernonly-debug
echo Installing build dependencies
sudo yum-builddep -y ~/CTA-build-srpm/RPM/SRPMS/cta-0-0.src.rpm --enablerepo=cernonly --nogpgcheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment