.travis.yml: test build packages on travis.
This commit is contained in:
parent
cad5db125c
commit
8351befa28
8 changed files with 97 additions and 5 deletions
6
common/travis/changed_templates.sh
Executable file
6
common/travis/changed_templates.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue