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

added file that handles CI

parent 063ef493
No related branches found
No related tags found
1 merge request!2Task7
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
build:
stage: build
script:
- env | sort
- id
# ngx_http_voms_module build
- cd ../openresty-1.x.y
- ./configure ${resty_config_options} --add-module=../ngx_http_voms_module
- make && make install
# ngx_http_voms_module test
- cd ../ngx_http_voms_module
- 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