.travis.yml: setup native build for i686.
This commit is contained in:
parent
0813b85829
commit
cf6cd5fd4e
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
@ -2,4 +2,4 @@
|
||||
#
|
||||
# bootstrap.sh
|
||||
|
||||
./xbps-src -H $HOME/hostdir binary-bootstrap
|
||||
./xbps-src -H $HOME/hostdir binary-bootstrap $1
|
||||
|
Loading…
x
Reference in New Issue
Block a user