Skip to content
Snippets Groups Projects
Commit e46e9d2c authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

Update .gitlab-ci.yml

parent 35732221
No related branches found
No related tags found
1 merge request!2Task7
Pipeline #
......@@ -12,16 +12,19 @@ build:
- id
# ngx_http_voms_module build
- sh ${HOME}/build-install-ngx-voms.sh
- cp -r t /tmp
- cd /tmp
- prove -v
#- cd ./openresty-1.x.y
#- ./configure ${resty_config_options} --add-module=../ngx_http_voms_module
#- make && make install
test:
stage: test
script:
- env | sort
- id
# ngx_http_voms_module test
- cp -r t /tmp
- cd /tmp
- prove -v
#test:
# stage: test
# script:
# - env | sort
# - id
# # ngx_http_voms_module test
# - 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