Gert Wollny pushed to branch master at Debian Med / maxflow
Commits: 366a58a4 by Gert Wollny at 2018-02-13T09:09:15+00:00 Add .gitlab-ci.yml - - - - - 1 changed file: - + .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: gcc + +build: + stage: build + + before_script: + - apt update + - mk-build-dep --install debian/control + script: + - dpkg-buildpackage -uc -us \ No newline at end of file View it on GitLab: https://salsa.debian.org/med-team/maxflow/commit/366a58a4d54da5c63d8ea8c76012a77955f570d3 --- View it on GitLab: https://salsa.debian.org/med-team/maxflow/commit/366a58a4d54da5c63d8ea8c76012a77955f570d3 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
