[med-svn] [Git][med-team/ginkgocadx][master] d/.gitlab-ci.yml: Add CI
Gert Wollny
gitlab at salsa.debian.org
Sat Aug 3 16:32:34 BST 2019
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190803/b049aa4b/attachment.html>
More information about the debian-med-commit
mailing list