[med-svn] [Git][med-team/libminc][master] d/.gitlab-ci.yml: add ci file

Gert Wollny gitlab at salsa.debian.org
Thu Aug 16 16:54:51 BST 2018


Gert Wollny pushed to branch master at Debian Med / libminc


Commits:
fb415e68 by Gert Wollny at 2018-08-16T15:50:27Z
d/.gitlab-ci.yml: 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,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 && exit 0 || tail -n 100 ../build.log  && exit -1
+



View it on GitLab: https://salsa.debian.org/med-team/libminc/commit/fb415e68466fb6f87ce40351285cecdae3d6cb0a

-- 
View it on GitLab: https://salsa.debian.org/med-team/libminc/commit/fb415e68466fb6f87ce40351285cecdae3d6cb0a
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/20180816/0696bc10/attachment-0001.html>


More information about the debian-med-commit mailing list