.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
11
common/travis/show_files.sh
Executable file
11
common/travis/show_files.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# build.sh
|
||||
|
||||
for pkg in $(cat /tmp/templates); do
|
||||
for subpkg in $(xsubpkg $pkg); do
|
||||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
||||
./xbps-src show-files "$pkg"
|
||||
done
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue