Skip to content
Snippets Groups Projects
Commit 084ba836 authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

[ci] Move to CS7 tag 1.0.5

parent d100d1d0
No related branches found
No related tags found
1 merge request!76[meta,cmake] Restructure project and introduce CMake tooling
image: gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scdaq-builder:1.0.4 image: gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scdaq-builder:1.0.5
check_formatting: check_formatting:
stage: check stage: check
...@@ -32,7 +32,7 @@ build_rpm_tag: ...@@ -32,7 +32,7 @@ build_rpm_tag:
only: only:
- tags - tags
script: script:
- bash scripts/scdaqrpm.sh - BUILD_SYSTEM=cmake bash scripts/scdaqrpm.sh
- mv /tmp/scdaq-build-tmp/RPMBUILD/RPMS/x86_64/scdaq* . - mv /tmp/scdaq-build-tmp/RPMBUILD/RPMS/x86_64/scdaq* .
artifacts: artifacts:
name: "scdaq-${CI_JOB_NAME}_${CI_COMMIT_TAG}" name: "scdaq-${CI_JOB_NAME}_${CI_COMMIT_TAG}"
...@@ -45,7 +45,7 @@ build_rpm_dev: ...@@ -45,7 +45,7 @@ build_rpm_dev:
except: except:
- tags - tags
script: script:
- bash scripts/scdaqrpm.sh - BUILD_SYSTEM=cmake bash scripts/scdaqrpm.sh
- mv /tmp/scdaq-build-tmp/RPMBUILD/RPMS/x86_64/scdaq* . - mv /tmp/scdaq-build-tmp/RPMBUILD/RPMS/x86_64/scdaq* .
- for f in *.rpm; do mv -- "$f" "${f%.rpm}-dev.rpm"; done # Add -dev extension to RPMs built from non-tags. - for f in *.rpm; do mv -- "$f" "${f%.rpm}-dev.rpm"; done # Add -dev extension to RPMs built from non-tags.
artifacts: artifacts:
......
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