.travis.yml: test build packages on travis.

This commit is contained in:
Enno Boland 2015-04-10 00:53:46 +02:00
parent cad5db125c
commit 8351befa28
8 changed files with 97 additions and 5 deletions

View file

@ -0,0 +1,6 @@
#! /bin/sh
#
# changed_templates.sh
/bin/echo -e '\x1b[32mChanged packages:\x1b[0m'
git diff --name-status FETCH_HEAD...HEAD | grep "^[AM].*srcpkgs/[^/]*/template$" | cut -d/ -f 2 | tee /tmp/templates | sed "s/^/ /" >&2