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

added change

parent 0cc86552
No related branches found
No related tags found
1 merge request!6Issue 9
Pipeline #
# This file is a template, and might need editing before it works on your project.
# Official docker image.
image: storm2/ngx-voms-build:latest
image: joda70/ngx-voms-build:latest
stages:
- build
......@@ -16,6 +16,16 @@ build:
paths:
- local
buildc:
stage: build
script:
- env
- sh ${HOME}/build-install-ngx-voms.sh -d -c
- mv ${HOME}/local localc
artifacts:
paths:
- localc
test:
stage: test
dependencies:
......@@ -23,5 +33,19 @@ test:
script:
- rm -rf ${HOME}/local/
- mv local ${HOME}
#- mv -f local/* ${HOME}/local/
- sh test-ngx-voms.sh
testc:
stage: test
dependencies:
- buildc
script:
- rm -rf ${HOME}/local/
- mv localc local
- mv local ${HOME}
- sh test-ngx-voms.sh
- sh cov-ngx-voms.sh
- mv cov publish
artifact:
paths:
- publish
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