Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-05-08 17:02:07 +02:00 committed by GitHub
parent 92c03720ee
commit dfd3a28d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -148,8 +148,7 @@ jobs:
- script: | - script: |
brew update brew update
brew install --cask android-ndk brew install --cask android-ndk
ls /usr/local/share/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/lib/gcc/arm-linux-androideabi/4.9.x find /usr/local/share/android-ndk -name include
ls -lR /usr/local/share/android-ndk/platforms/android-23
export PATH=$(ANDROID_NDK_HOME)/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin:$(ANDROID_NDK_HOME)/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH export PATH=$(ANDROID_NDK_HOME)/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin:$(ANDROID_NDK_HOME)/toolchains/llvm/prebuilt/darwin-x86_64/bin:$PATH
make TARGET=ARMV7 ONLY_CBLAS=1 AR=ar CC="clang ${CLANG_FLAGS}" HOSTCC=gcc ARM_SOFTFP_ABI=1 -j4 make TARGET=ARMV7 ONLY_CBLAS=1 AR=ar CC="clang ${CLANG_FLAGS}" HOSTCC=gcc ARM_SOFTFP_ABI=1 -j4