Gert Wollny pushed to branch master at Debian Med / mia
Commits: 1e689bcb by Gert Wollny at 2018-02-13T16:53:13+01:00 Add gitlab ci - - - - - 1 changed file: - + debian/.gitlab-ci.yml Changes: ===================================== debian/.gitlab-ci.yml ===================================== --- /dev/null +++ b/debian/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: debian:sid + +build: + stage: build + + before_script: + - apt update && apt -y install devscripts git-buildpackage + - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control + script: + - echo "Ignore branch because CI moves to some commit" + - gbp buildpackage -uc -us --git-ignore-branch View it on GitLab: https://salsa.debian.org/med-team/mia/commit/1e689bcbc94419d419b2875a11ccc5fce14c25a0 --- View it on GitLab: https://salsa.debian.org/med-team/mia/commit/1e689bcbc94419d419b2875a11ccc5fce14c25a0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
