From b2e9cb9c3ed05f568bd32d8fd703e56edcffe23d Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Fri, 29 Sep 2017 14:50:54 -0600 Subject: travis: Add 64-bit to Android build This is done as a parallel build, so should not impact wait time. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a95ea05e..627feb44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,10 @@ matrix: - os: linux compiler: gcc env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a + # Android 64-bit build. + - os: linux + compiler: gcc + env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-23 ANDROID_ABI=arm64-v8a # Linux GCC debug build. - os: linux compiler: gcc -- cgit v1.2.3