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.
_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to