Skip to content
Snippets Groups Projects
.gitlab-ci.yml 227 B
Newer Older
  • Learn to ignore specific revisions
  • Yifan Zhao's avatar
    Yifan Zhao committed
    image: hpvm/gitlab-ci
    
    variables:
      GIT_SUBMODULE_STRATEGY: recursive
    
    Yifan Zhao's avatar
    Yifan Zhao committed
    build:
      stage: build
      tags:
        - hpvm
      script:
        - source activate hpvm
        - cd hpvm
        - ./install.sh -j32 -t "X86"
      only:
        - approx_hpvm_devops