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

To reduce the compilation time, use ninja only.

At the self-hosted, it is possible to run job in parallel, so use ninja to build the software automatically.
parent aebaa0c8
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,8 @@ jobs: ...@@ -22,7 +22,8 @@ jobs:
strategy: strategy:
matrix: matrix:
LCG_RELEASE: [LCG_98, KEY4HEP_STACK] LCG_RELEASE: [LCG_98, KEY4HEP_STACK]
CEPCSW_BLDTOOL: [make, ninja] # CEPCSW_BLDTOOL: [make, ninja]
CEPCSW_BLDTOOL: [ninja]
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
......
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