Gert Wollny pushed to branch master at Debian Med / itksnap

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

- - - - -
01b9e4e8 by Gert Wollny at 2018-02-18T10:58:20+01:00
Add CI for master

- - - - -


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 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
+



View it on GitLab: 
https://salsa.debian.org/med-team/itksnap/compare/ae3cd36765eb2e449e713e7ef14c8b2c42ab892b...01b9e4e85e3e98f096e0ec3a2c53301e07a3d47a

---
View it on GitLab: 
https://salsa.debian.org/med-team/itksnap/compare/ae3cd36765eb2e449e713e7ef14c8b2c42ab892b...01b9e4e85e3e98f096e0ec3a2c53301e07a3d47a
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to