Skip to content
Snippets Groups Projects
Commit 4a159525 authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

Merge branch 'task7' into 'master'

Task7

See merge request storm2/ngx_http_voms_module!2
parents 063ef493 b73c70c2
No related branches found
No related tags found
No related merge requests found
# This file is a template, and might need editing before it works on your project.
# Official docker image.
image: storm2/ngx-voms-build:latest
before_script:
- source ${HOME}/openresty-env
build:
stage: build
script:
- env | sort
- id
# ngx_http_voms_module build
- sh ${HOME}/build-install-ngx-voms.sh
test:
stage: test
script:
- env | sort
- id
# ngx_http_voms_module test
- sh ${HOME}/build-install-ngx-voms.sh
- cp -r t /tmp
- cd /tmp
- prove -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment