mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
.travis.yml: setup native build for i686.
This commit is contained in:
parent
0813b85829
commit
cf6cd5fd4e
2 changed files with 6 additions and 6 deletions
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…
Add table
Reference in a new issue