Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2024-10-09 23:08:19 +02:00 committed by GitHub
parent 5a89a0b5e9
commit 298af5ecab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -95,10 +95,10 @@ task:
compile_script: compile_script:
- brew install --cask android-ndk - brew install --cask android-ndk
- export ANDROID_NDK_HOME="/System/Volumes/Data/opt/homebrew/share/android-ndk" - export ANDROID_NDK_HOME="/System/Volumes/Data/opt/homebrew/share/android-ndk"
- ls /System/Volumes/Data/opt/homebrew/share/android-ndk - ls /System/Volumes/Data/opt/homebrew/share/android-ndk/prebuilt
- #find / -name "*android-ndk*" - #find / -name "*android-ndk*"
- äfind /opt/homebrew -name "armv7a-linux-androideabi*-ranlib" - #find /opt/homebrew -name "armv7a-linux-androideabi*-ranlib"
- export CC=/System/Volumes/Data/opt/homebrew/share/android-ndk/27b/AndroidNDK*.app/Contents/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang - export CC=/System/Volumes/Data/opt/homebrew/share/android-ndk/prebuilt/27b/AndroidNDK*.app/Contents/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l" - make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
always: always:
config_artifacts: config_artifacts: