Skip to content
Snippets Groups Projects
.gitlab-ci.yml 206 B
Newer Older
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
build:
  stage: build
  before_script:
    - source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
  script:
    - mkdir build
    - cd build
    - cmake ..
    - make
  artifacts:
    paths:
      - build/