mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
travis: use i386 architecture instead of x86_64
This commit is contained in:
parent
6c938e1a02
commit
b810c8ab16
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ before_install:
|
|||
- git submodule update --init --recursive
|
||||
|
||||
install:
|
||||
- ./prepare.py x86_64
|
||||
- make -s 1>/dev/null
|
||||
- ./prepare.py i386
|
||||
- make -j1 -s 1>/dev/null
|
||||
- mkdir -p Screens
|
||||
- export KIF_SCREENSHOTS=`pwd`/Screens
|
||||
- alias xctool='xctool 1>/dev/null'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue