Skip to content
Snippets Groups Projects
Commit d2e776e2 authored by Julien Leduc's avatar Julien Leduc
Browse files

gitlab artifacts must be in fetched directory tree

parent f229cda2
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,14 @@ build_srpm:
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
- yum install -y gcc-c++ cmake make rpm-build
- cd ..
- mkdir CTA_build
- cd CTA_build
- cmake -DPackageOnly:Bool=true ../CTA
- mkdir build
- cd build
- cmake -DPackageOnly:Bool=true ..
- make cta_srpm
artifacts:
paths:
- ../CTA_build/RPM/SRPMS/cta-0-0.src.rpm
- build/RPM/SRPMS/
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment