Skip to content
Snippets Groups Projects
Commit b8be6164 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Prepare for the GitLab CI

parent f96e46f4
No related branches found
No related tags found
No related merge requests found
##############################################################################
# CI for CEPCSW at IHEP GitLab
##############################################################################
stages:
- build
# - test
##############################################################################
# Build Template
##############################################################################
.build_template:
stage: build
variables:
LCG_RELEASE:
CEPCSW_BLDTOOL: ninja
script:
- bash ./.build.ci.sh
##############################################################################
# Build CentOS 7 (LCG)
##############################################################################
build:lcg:el7:
extends: .build_template
variables:
LCG_RELEASE: LCG
##############################################################################
# Build CentOS 7 (KEY4HEP)
##############################################################################
build:k4:el7:
extends: .build_template
variables:
LCG_RELEASE: KEY4HEP_STACK
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