We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6281d14 + 52c8a79 commit 15006caCopy full SHA for 15006ca
2 files changed
bin/github/jenkins_tests/mu2e-offline-build-test/build.sh
@@ -15,7 +15,7 @@ function do_setupstep() {
15
}
16
17
function do_buildstep() {
18
- muse build --debug=time -k --max-drift=1 --implicit-deps-unchanged -j 24 2>&1 | tee "${WORKSPACE}/scons.log"
+ muse build --mu2eCBD --debug=time -k --max-drift=1 --implicit-deps-unchanged -j 24 2>&1 | tee "${WORKSPACE}/scons.log"
19
return "${PIPESTATUS[0]}"
20
21
bin/github/jenkins_tests/mu2e-offline-build-test/job.sh
@@ -191,7 +191,7 @@ else
191
192
# make sure clang tools can find the compdb
193
# in an obvious location
194
- mv gen/compile_commands.json .
+ cp ../build/*/compilation_db.json ./compile_commands.json
195
196
source /cvmfs/fermilab.opensciencegrid.org/products/common/etc/setups
197
setup mu2e
0 commit comments