[med-svn] [Git][med-team/itksnap][itk-transition] use itk-transition branch

Gert Wollny gitlab at salsa.debian.org
Sun Feb 18 09:59:26 UTC 2018


Gert Wollny pushed to branch itk-transition at Debian Med / itksnap


Commits:
f5139fa0 by Gert Wollny at 2018-02-18T10:55:19+01:00
use itk-transition branch

- - - - -


1 changed file:

- + debian/.gitlab-ci.yml


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/debian/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+image: debian:sid
+
+build:
+  stage: build
+  
+  before_script:
+    - grep "^deb .* sid "  /etc/apt/sources.list | sed -e "s/ sid /experimental/" >> /etc/apt/sources.list
+    - apt-get update && apt-get -y install devscripts git-buildpackage 
+    - apt-get -t experimental libinsighttoolkit4-dev
+    - 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 itk-transition
+    - 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/itksnap/commit/f5139fa090a934f419ff40cfdaa4ee4707daecca

---
View it on GitLab: https://salsa.debian.org/med-team/itksnap/commit/f5139fa090a934f419ff40cfdaa4ee4707daecca
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180218/db4a4caf/attachment-0001.html>


More information about the debian-med-commit mailing list