diff --git a/.cirrus.yml b/.cirrus.yml index 7ca1cc7bc..0103f60f2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,6 +38,22 @@ task: # path: "libopenblas*" # type: application/octet-streamm +macos_instance: + image: ghcr.io/cirruslabs/macos-monterey-xcode:13.4 +task: + name: AppleM1/LLVM armv8-ios xbuild + compile_script: + - #brew install llvm + - export #PATH=/opt/homebrew/opt/llvm/bin:$PATH + - export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib" + - export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include" + - export CC=/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang + - export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneOS15.5.sdk -arch arm64 -miphoneos-version-min=10.0" + - make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 + always: + config_artifacts: + path: "*conf*" + type: text/plain task: name: NeoverseN1