.travis.yml: setup native build for i686.

This commit is contained in:
Enno Boland 2015-04-15 11:15:20 +02:00
parent 0813b85829
commit cf6cd5fd4e
2 changed files with 6 additions and 6 deletions

View File

@ -10,10 +10,10 @@ env:
- PATH=$PATH:$HOME/bin
matrix:
- ARCH=x86_64
- ARCH=i686
- ARCH=armv6hf
- ARCH=armv7hf
- ARCH=x86_64 BOOTSTRAP=x86_64
- ARCH=i686 BOOTSTRAP=i686
- ARCH=armv6hf BOOTSTRAP=x86_64
- ARCH=armv7hf BOOTSTRAP=x86_64
cache:
directories:
- $HOME/hostdir/repocache
@ -22,7 +22,7 @@ before_script:
- common/travis/fetch_upstream.sh
- common/travis/changed_templates.sh
- common/travis/xlint.sh
- common/travis/bootstrap.sh
- common/travis/bootstrap.sh $BOOTSTRAP
script:
- common/travis/build.sh $ARCH

View File

@ -2,4 +2,4 @@
#
# bootstrap.sh
./xbps-src -H $HOME/hostdir binary-bootstrap
./xbps-src -H $HOME/hostdir binary-bootstrap $1