# This file is a template, and might need editing before it works on your project. # Official docker image. image: storm2/ngx-voms-build:latest before_script: - source ${HOME}/openresty-env build: stage: build script: - env | sort - 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