Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centrality
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
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
Oleksii Lubynets
centrality
Commits
dc3dd294
Commit
dc3dd294
authored
6 years ago
by
Viktor Klochkov
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
ce15a036
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-5
11 additions, 5 deletions
.gitlab-ci.yml
with
11 additions
and
5 deletions
.gitlab-ci.yml
+
11
−
5
View file @
dc3dd294
# compile the project
build
:
stage
:
build
script
:
...
...
@@ -7,9 +8,14 @@ build:
-
make
# run tests using the binary built before
# test:
# stage: test
# script:
# - ./runmytests.sh
test
:
stage
:
borders_1d
script
:
-
./main ../input/test_input.root hMreco
false
stage
:
borders_2d
script
:
-
./main ../input/test_input.root hMEcorr
true
# stage: glauber
# script:
# - ./glauber 1.0 9 10 ../input/test_input.root hMEcorr true
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