Skip to content
Snippets Groups Projects
.gitlab-ci.yml 256 B
Newer Older
Viktor Klochkov's avatar
Viktor Klochkov committed

build:
  stage: build
  script: 
    source ~/Soft/root/root6/root-6.10.08/build/bin/thisroot.sh
    mkdir build && cd ./build
    cmake ../
    make



# run tests using the binary built before
# test:
#   stage: test
#   script:
#     - ./runmytests.sh