Chris Lamb pushed to branch master at lintian / lintian
Commits: 09ab00e5 by Chris Lamb at 2019-02-25T13:17:05Z Add an initial .gitab-ci.yml. - - - - - 1 changed file: - + .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -0,0 +1,24 @@ +before_script: + - apt-get -q update + - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install --no-install-recommends aspcud apt-cudf + - env DEBIAN_FRONTEND=noninteractive apt-get -q -y --solver aspcud -o APT::Solver::Strict-Pinning=0 -o Debug::pkgProblemResolver=yes build-dep . + +.test_template: &test + script: + - t/bin/runtests + +unstable: + <<: *test + image: debian:unstable + +testing: + <<: *test + image: debian:testing + +stable-bpo: + <<: *test + image: debian:stable-backports + +ubuntu-devel: + <<: *test + image: ubuntu:devel View it on GitLab: https://salsa.debian.org/lintian/lintian/commit/09ab00e5d3b1ef283627847846afd7bc7d8fefe9 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/commit/09ab00e5d3b1ef283627847846afd7bc7d8fefe9 You're receiving this email because of your account on salsa.debian.org.

