.travis.yml: test build packages on travis.
This commit is contained in:
12
common/travis/bootstrap.sh
Executable file
12
common/travis/bootstrap.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# bootstrap.sh
|
||||
|
||||
mkdir -p hostdir/repocache
|
||||
if [ -d $HOME/repocache ]; then
|
||||
ln $HOME/repocache/* hostdir/repocache;
|
||||
else
|
||||
mkdir -p $HOME/repocache
|
||||
fi
|
||||
|
||||
./xbps-src binary-bootstrap
|
||||
Reference in New Issue
Block a user