Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .travis.yml

Issue 29812619: Issue 6756 - fix build for android-ia32 (Closed) Base URL: https://github.com/adblockplus/libadblockplus@2fea9bc22a8ce8ef31a6ddbe9a3dfdfea8290444
Patch Set: Created June 21, 2018, 3:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | .travis/prepare-prebuilt-v8.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
index 0f94d8a29f9433a1d2b0ef94e139c51a85253c76..ad1c32fbef5de8acce93a5ec6e3deb0cb55ba1ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,6 @@ addons:
sources:
- 'ubuntu-toolchain-r-test'
packages:
- - g++-multilib
- binutils-gold
- libcurl4-openssl-dev
- g++-7
@@ -26,9 +25,9 @@ env:
- ANDROID_NDK_ROOT=${TRAVIS_BUILD_DIR}/third_party/android-ndk-r16b
matrix:
- BUILD_ACTION=test
- - BUILD_ACTION=all TARGET_OS=android Configuration=release TARGET_ARCH=arm
- - BUILD_ACTION=all TARGET_OS=android Configuration=release TARGET_ARCH=arm64
- - BUILD_ACTION=all TARGET_OS=android Configuration=release TARGET_ARCH=ia32
+ - BUILD_ACTION=all TARGET_OS=android Configuration=release ABP_TARGET_ARCH=arm
+ - BUILD_ACTION=all TARGET_OS=android Configuration=release ABP_TARGET_ARCH=arm64
+ - BUILD_ACTION=all TARGET_OS=android Configuration=release ABP_TARGET_ARCH=ia32
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
« no previous file with comments | « no previous file | .travis/prepare-prebuilt-v8.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld