Browse Source

Update azure-pipelines.yml

pull/3224/head
Martin Kroeker GitHub 5 years ago
parent
commit
a1f0ac02c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      azure-pipelines.yml

+ 2
- 1
azure-pipelines.yml View File

@@ -148,7 +148,8 @@ jobs:
- script: |
brew update
brew install --cask android-ndk
find /usr/local/share/android-ndk -name include
brew install --cask android-sdk
find /usr/local/share/ -name stdio.h
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

Loading…
Cancel
Save