travis: Add 64-bit to Android build
authorCody Northrop <cnorthrop@google.com>
Fri, 29 Sep 2017 20:50:54 +0000 (14:50 -0600)
committerCody Northrop <cnorthrop@google.com>
Fri, 29 Sep 2017 22:32:12 +0000 (16:32 -0600)
This is done as a parallel build, so should not impact wait time.

.travis.yml

index a95ea05..627feb4 100644 (file)
@@ -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