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

WIP: add another matrix for CEPCSW_BLDTOOL

parent c65fd302
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# This is wrapper to run the build.sh on CI
echo "LCG_RELEASE: ${LCG_RELEASE}"
echo "CEPCSW_BLDTOOL: ${CEPCSW_BLDTOOL}"
buildpid=
logfile=mylog.txt
......
......@@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
LCG_RELEASE: [LCG_98, KEY4HEP_STACK]
CEPCSW_BLDTOOL: [make, ninja]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
......@@ -44,3 +45,4 @@ jobs:
bash ./.build.ci.sh
env:
LCG_RELEASE: ${{matrix.LCG_RELEASE}}
CEPCSW_BLDTOOL: ${{matrix.CEPCSW_BLDTOOL}}
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