Gert Wollny pushed to branch master at Debian Med / castxml
Commits: a3b669c5 by Gert Wollny at 2018-07-01T17:54:46+02:00 Add CI file - - - - - 1 changed file: - + debian/.gitlab-ci.yml Changes: ===================================== debian/.gitlab-ci.yml ===================================== --- /dev/null +++ b/debian/.gitlab-ci.yml @@ -0,0 +1,16 @@ +image: debian:sid + +build: + stage: build + before_script: + - apt-get update && apt-get -y install devscripts git-buildpackage + - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control + script: + - git checkout pristine-tar + - git pull + - git checkout master + - git pull + # silence build to not exceed build log size of gitlab-ci + - gbp buildpackage -uc -us 2>&1 >../build.log + - tail -n 100 ../build.log + View it on GitLab: https://salsa.debian.org/med-team/castxml/commit/a3b669c51e375f97768fec382cce4234777e499d -- View it on GitLab: https://salsa.debian.org/med-team/castxml/commit/a3b669c51e375f97768fec382cce4234777e499d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
