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

Update .gitlab-ci.yml

parent e46e9d2c
No related branches found
No related tags found
1 merge request!2Task7
Pipeline #
......@@ -2,9 +2,6 @@
# Official docker image.
image: storm2/ngx-voms-build:latest
before_script:
- source ${HOME}/openresty-env
build:
stage: build
script:
......@@ -12,19 +9,14 @@ build:
- 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
#- 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
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