Skip to content
Snippets Groups Projects
Commit 9df7677a authored by Erick Hitter's avatar Erick Hitter
Browse files

Build for all three Debian flavors I currently deal with

parent 1b33ee9f
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1119 passed
image: containers.ethitter.com:443/docker/images/debian:stretch package:jessie:
stage: build
image: containers.ethitter.com:443/docker/images/debian:jessie
before_script:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
- curl -o nginx-build "${NGINX_BINARY_JESSIE}"
- chmod +x nginx-build
- ./nginx-build -V
script:
- cd source
- debuild -us -uc
artifacts:
paths:
- nginx_${NGINX_VERSION_JESSIE}*
- nginx-dbgsym_${NGINX_VERSION_JESSIE}*
before_script: package:stretch:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build. stage: build
- curl -o nginx-build "${NGINX_BINARY}" image: containers.ethitter.com:443/docker/images/debian:stretch
before_script:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
- curl -o nginx-build "${NGINX_BINARY_STRETCH}"
- chmod +x nginx-build
- ./nginx-build -V
script:
- cd source
- debuild -us -uc
artifacts:
paths:
- nginx_${NGINX_VERSION_STRETCH}*
- nginx-dbgsym_${NGINX_VERSION_STRETCH}*
package: package:buster:
stage: build stage: build
image: containers.ethitter.com:443/docker/images/debian:buster
before_script:
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
- curl -o nginx-build "${NGINX_BINARY_BUSTER}"
- chmod +x nginx-build
- ./nginx-build -V
script: script:
- cd source - cd source
- debuild -us -uc - debuild -us -uc
artifacts: artifacts:
paths: paths:
- nginx_${NGINX_VERSION}* - nginx_${NGINX_VERSION_BUSTER}*
- nginx-dbgsym_${NGINX_VERSION}* - nginx-dbgsym_${NGINX_VERSION_BUSTER}*
nginx (1.17.0-1~eth-jessie) stable; urgency=medium nginx (1.17.0-2~eth) stable; urgency=medium
* mainline 1.17.0 * nginx v1.17.0
* automated build via https://git.ethitter.com/debian/nginx-package-build/
-- Erick Hitter <nginx-build@mxh.ethitter.com> Mon, 27 May 2019 22:58:47 +0000 -- Erick Hitter <nginx-build@mxh.ethitter.com> Mon, 27 May 2019 22:58:47 +0000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment