Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pftruth-standalone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alessandro Brusamolino
pftruth-standalone
Commits
ba854432
Commit
ba854432
authored
2 months ago
by
brusale
Browse files
Options
Downloads
Patches
Plain Diff
include build with CMake in workflow
parent
ef437634
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run-workflow.sh
+6
-2
6 additions, 2 deletions
run-workflow.sh
with
6 additions
and
2 deletions
run-workflow.sh
+
6
−
2
View file @
ba854432
...
@@ -57,13 +57,17 @@ cd $CURRENT_DIR
...
@@ -57,13 +57,17 @@ cd $CURRENT_DIR
if
$recompile
;
then
if
$recompile
;
then
print_step
"Cleaning up before recompiling"
print_step
"Cleaning up before recompiling"
make clean
-s
make clean
-s
print_step
"Recompiling"
print_step
"Generating build files"
mkdir
-p
build
&&
cd
build
cmake ..
print_step
"Compiling the project"
make
-s
-j
$NWORKERS
make
-s
-j
$NWORKERS
cd
$CURRENT_DIR
fi
fi
if
$run_merging
;
then
if
$run_merging
;
then
print_step
"Running the cluster merging"
print_step
"Running the cluster merging"
./COCOATruth /ceph/abrusamolino/PFTruthSamples/COCOATests/SingleElectron_Geant4_FlatEtaPt.root
./
build/
COCOATruth /ceph/abrusamolino/PFTruthSamples/COCOATests/SingleElectron_Geant4_FlatEtaPt.root
fi
fi
print_step
"Done"
print_step
"Done"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment