Skip to content
Snippets Groups Projects
.gitlab-ci.yml 442 B
Newer Older
# This file is a template, and might need editing before it works on your project.
# Official docker image.
image: storm2/ngx-voms-build:latest

Elisabetta Ronchieri's avatar
Elisabetta Ronchieri committed
stages:
  - build
  - test

build:
  stage: build
  script:
    - sh ${HOME}/build-install-ngx-voms.sh
    - mv ${HOME}/local local
  artifacts:
    paths:
      - local

test:
  stage: test
  dependencies:
    - build
  script:
    - mv local/* ${HOME}/local/
    - sh test-ngx-voms.sh