Use sautobuild to do the building
This commit is contained in:
@@ -4,16 +4,13 @@ stages:
|
|||||||
|
|
||||||
package:jessie: &package
|
package:jessie: &package
|
||||||
stage: package
|
stage: package
|
||||||
image: $CI_REGISTRY/docker-images/layers:$DISTRO-deb
|
tags:
|
||||||
|
- shell
|
||||||
variables:
|
variables:
|
||||||
DISTRO: jessie
|
DISTRO: jessie
|
||||||
script:
|
script:
|
||||||
- git checkout debian/$DISTRO
|
- git checkout debian/$DISTRO
|
||||||
- update-changelog
|
- sautobuild $PWD
|
||||||
- install-dependencies
|
|
||||||
- rm -fv perp-build-deps*.deb .gitlab-ci.yml ../*.{deb,dsc,build,changes,tar.*}
|
|
||||||
- gbp buildpackage --git-ignore-new --git-ignore-branch --git-upstream-tag=%(s) --git-upstream-branch=master -us -uc
|
|
||||||
- save-artifacts
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- pkg/
|
- pkg/
|
||||||
|
Reference in New Issue
Block a user