Skip to content
Snippets Groups Projects
Commit dc3dd294 authored by Viktor Klochkov's avatar Viktor Klochkov :eyes:
Browse files

Update .gitlab-ci.yml

parent ce15a036
No related branches found
No related tags found
No related merge requests found
# 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
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