# compile the project build: stage: build script: - source /sft/ROOT/root_v6.14.06.Linux-ubuntu18-x86_64-gcc7.3/build/bin/thisroot.sh - mkdir build && cd ./build - cmake ../ - make # run tests test: stage: test script: - source /sft/ROOT/root_v6.14.06.Linux-ubuntu18-x86_64-gcc7.3/build/bin/thisroot.sh - mkdir build && cd ./build - cmake ../ - make - ./main ../input/test_input.root hMreco false - ./main ../input/test_input.root hMEcorr true - ./glauber 1 10 - convert *.pdf ../test.pdf - cd ../macro - root -l TestGetter.C artifacts: paths: - "test.pdf"