Codebase list jquery-colorbox / 31377bf
Merge branch 'salsa-ci-1534687745' into 'master' Update salsa-ci pipeline See merge request debian/jquery-colorbox!3 Salsa Pipeline 5 years ago
1 changed file(s) with 4 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1515 build package:
1616 stage: build
1717 image: registry.salsa.debian.org/salsa-ci-team/images/gbp
18 services:
19 - docker:dind
1820 artifacts:
1921 expire_in: 180 day
2022 name: "$CI_BUILD_NAME"
2123 paths:
2224 - ${WORKING_DIR}/
2325 script:
24 - apt-get update
25 - eatmydata apt-get build-dep -y .
26 - gbp pull --ignore-branch
27 - gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} -us -uc
26 - gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} --git-builder='docker-build.sh registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder'
2827
2928 run autopkgtest:
3029 stage: test
5150 - apt-get update
5251 - eatmydata apt-get build-dep -y .
5352 - export DEB_BUILD_OPTIONS=nocheck
54 - eatmydata reprotest . -- null &> reprotest.log
53 - eatmydata reprotest --no-diffoscope . -- null &> reprotest.log
5554
5655 run piuparts:
5756 stage: test