travis: fix mistyped ARCHS

This commit is contained in:
Alibek Omarov 2019-10-09 04:47:11 +03:00
parent 9fd7e333df
commit 67cb5a4dde
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ jobs:
- export ANDROID_NDK_HOME=$ANDROID_SDK_HOME/ndk-bundle - export ANDROID_NDK_HOME=$ANDROID_SDK_HOME/ndk-bundle
script: script:
- cd android - cd android
- export ARCH="armeabi-v7a-hard" - export ARCHS="armeabi-v7a-hard"
- export TOOLCHAIN="host" - export TOOLCHAIN="host"
- sh compile.sh release - sh compile.sh release
after_script: after_script: