.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
12
common/travis/build.sh
Executable file
12
common/travis/build.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# build.sh
|
||||
|
||||
if [ "$1" != x86_64 ]; then
|
||||
arch="-a $1"
|
||||
fi
|
||||
|
||||
for pkg in $(cat /tmp/templates); do
|
||||
./xbps-src $arch -C pkg "$pkg" || exit 1
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue