Skip to content

Commit 15006ca

Browse files
authored
Merge pull request #97 from rlcee/comp_db_230517
restore clang-tidy
2 parents 6281d14 + 52c8a79 commit 15006ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/github/jenkins_tests/mu2e-offline-build-test/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function do_setupstep() {
1515
}
1616

1717
function do_buildstep() {
18-
muse build --debug=time -k --max-drift=1 --implicit-deps-unchanged -j 24 2>&1 | tee "${WORKSPACE}/scons.log"
18+
muse build --mu2eCBD --debug=time -k --max-drift=1 --implicit-deps-unchanged -j 24 2>&1 | tee "${WORKSPACE}/scons.log"
1919
return "${PIPESTATUS[0]}"
2020
}
2121

bin/github/jenkins_tests/mu2e-offline-build-test/job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ else
191191

192192
# make sure clang tools can find the compdb
193193
# in an obvious location
194-
mv gen/compile_commands.json .
194+
cp ../build/*/compilation_db.json ./compile_commands.json
195195

196196
source /cvmfs/fermilab.opensciencegrid.org/products/common/etc/setups
197197
setup mu2e

0 commit comments

Comments
 (0)