Skip to content
Snippets Groups Projects
Commit 64a05ae1 authored by Georgios Bitzes's avatar Georgios Bitzes
Browse files

ci: try adding slc6 image

parent f697ef01
No related branches found
No related tags found
No related merge requests found
Pipeline #1575951 failed
......@@ -2,6 +2,22 @@ stages:
- build
- publish
slc6:
stage: build
image: gitlab-registry.cern.ch/linuxsupport/slc6-base
script:
- yum install -y rpm-build git
- git fetch --tags
- git submodule update --recursive --init
- git tag
- git describe --dirty
- ./make-rpm.sh
- mkdir ${CI_JOB_NAME}
- cp -r /root/rpmbuild/RPMS build/SRPMS ${CI_JOB_NAME}
artifacts:
paths:
- "$CI_JOB_NAME"
cc7:
stage: build
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
......
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