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

Update .gitlab-ci.yml

parent 102333f0
No related branches found
No related tags found
1 merge request!6Issue 9
Pipeline #
......@@ -17,20 +17,26 @@ build:
paths:
- local
test:
build4c:
stage: build
script:
- env
- sh ${HOME}/build-install-ngx-voms.sh -d -c
- mv ${HOME}/local local
- mv ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6 nginx
artifacts:
paths:
- local
- nginx
test4c:
stage: test
dependencies:
- build
- build4c
script:
- rm -rf ${HOME}/local/
- mv local ${HOME}
- sh test-ngx-voms.sh
coverage:
stage: test
script:
- env
- sh ${HOME}/build-install-ngx-voms.sh -d -c
- mv nginx ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6
- sh test-ngx-voms.sh
- sh cov-ngx-voms.sh
- mv cov coverage
......
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