Gert Wollny pushed to branch master at Debian Med / ginkgocadx
Commits: c18354a2 by Gert Wollny at 2019-08-03T15:29:29Z d/.gitlab-ci.yml: Add CI - - - - - 1 changed file: - + debian/.gitlab-ci.yml Changes: ===================================== debian/.gitlab-ci.yml ===================================== @@ -0,0 +1,15 @@ +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 && exit 1 + View it on GitLab: https://salsa.debian.org/med-team/ginkgocadx/commit/c18354a2a843369bae7258bf43f42639f687b99f -- View it on GitLab: https://salsa.debian.org/med-team/ginkgocadx/commit/c18354a2a843369bae7258bf43f42639f687b99f 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
