mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-31 09:15:13 +00:00
travis: fix mistyped ARCHS for Android 64
This commit is contained in:
parent
67cb5a4dde
commit
33800954ec
@ -106,7 +106,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="aarch64 x86_64"
|
- export ARCHS="aarch64 x86_64"
|
||||||
- sh compile.sh release
|
- sh compile.sh release
|
||||||
after_script:
|
after_script:
|
||||||
- ccache --show-stats
|
- ccache --show-stats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user