From 61c6e8c4cd7aa0fecc3f271d79c37c379cec388b Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Fri, 25 Dec 2020 09:33:23 +0800
Subject: [PATCH] WIP: add another matrix for CEPCSW_BLDTOOL

---
 .build.ci.sh               | 2 +-
 .github/workflows/main.yml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.build.ci.sh b/.build.ci.sh
index e0b5edb0..011fd6ae 100644
--- a/.build.ci.sh
+++ b/.build.ci.sh
@@ -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
 
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8d9d2546..3c584234 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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}}
-- 
GitLab