travis: build debian packages and documentation
The resulting packages are pushed to Debian repositories hosted on bintray.com. This is the first step to move away from our custom buildbot setup (see https://i3wm.org/docs/buildbot.html for details on that) towards infrastructure which is more standard (travis) and in the open.
This commit is contained in:
@ -4,4 +4,4 @@
|
||||
# installed in the container, so that any changes in what needs to be installed
|
||||
# will result in a cache invalidation.
|
||||
|
||||
cat debian/control travis-build.Dockerfile | sha256sum | dd bs=1 count=8 status=none
|
||||
cat debian/control "$1" | sha256sum | dd bs=1 count=8 status=none
|
||||
|
Reference in New Issue
Block a user