[med-svn] [Git][med-team/castxml][master] Add CI file
Gert Wollny
gitlab at salsa.debian.org
Sun Jul 1 16:55:00 BST 2018
Gert Wollny pushed to branch master at Debian Med / castxml
Commits:
a3b669c5 by Gert Wollny at 2018-07-01T17:54:46+02:00
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,16 @@
+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
+
View it on GitLab: https://salsa.debian.org/med-team/castxml/commit/a3b669c51e375f97768fec382cce4234777e499d
--
View it on GitLab: https://salsa.debian.org/med-team/castxml/commit/a3b669c51e375f97768fec382cce4234777e499d
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/20180701/c5de37d2/attachment-0001.html>
More information about the debian-med-commit
mailing list