kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

commit 3e2778b7efa39a5bc40dc48d8f00ca5325747cb0
parent 05b55b3ac8d443f8ed1beb8e928e1c1e8c070497
Author: d.levin256@gmail.com <d.levin256@gmail.com>
Date:   Tue, 17 Mar 2020 14:45:43 +0000

Use macOS-10.14 for azure pipelines

Diffstat:
Mazure-pipelines.yml | 35+++++++++++------------------------
1 file changed, 11 insertions(+), 24 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -92,29 +92,16 @@ jobs: timeoutInMinutes: 120 strategy: matrix: - xcode10: - XCODE_VER: 10 - xcode9.4.1: - XCODE_VER: 9.4.1 - xcode9.0.1: - XCODE_VER: 9.0.1 - pool: - vmImage: 'macOS-10.13' - steps: - - bash: | - set -e - /bin/bash -c "sudo xcode-select -s /Applications/Xcode_$(XCODE_VER).app/Contents/Developer" - brew install ninja - ci/run.sh build-release -DCPU_ARCH=detect -DCMAKE_BUILD_TYPE=Release - -- job: macOS14_x86_64_Clang_Release - timeoutInMinutes: 120 - strategy: - matrix: + xcode11.1.2: + XCODE_VER: 11.3.1 xcode11: XCODE_VER: 11 xcode10.3: XCODE_VER: 10.3 + xcode10: + XCODE_VER: 10 + xcode9.4.1: + XCODE_VER: 9.4.1 pool: vmImage: 'macOS-10.14' steps: @@ -122,16 +109,16 @@ jobs: set -e /bin/bash -c "sudo xcode-select -s /Applications/Xcode_$(XCODE_VER).app/Contents/Developer" brew install ninja - ci/run.sh build-release -DCPU_ARCH=detect -DCMAKE_BUILD_TYPE=Release + ci/run.sh build-release -DCPU_ARCH=detect -DCMAKE_BUILD_TYPE=Release -- job: macOS14_x86_64_Clang_Arch_Release +- job: macOS_x86_64_Clang_Arch_Release timeoutInMinutes: 120 pool: vmImage: 'macOS-10.14' steps: - bash: | set -e - /bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.2.app/Contents/Developer" + /bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.3.app/Contents/Developer" brew install ninja ci/run.sh build-release -DENABLE_CAPI_BUILD=ON -DARCH_TESTS=sse2,sse3,sse41,avx -DCMAKE_BUILD_TYPE=Release @@ -142,7 +129,7 @@ jobs: steps: - bash: | set -e - /bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.2.app/Contents/Developer" + /bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.3.app/Contents/Developer" brew install ninja ci/run.sh build-release -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.cmake -DCMAKE_BUILD_TYPE=Release -DIOS_PLATFORM=OS -DIOS_ARCH=armv7 -DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja -DSKIP_TESTS=ON @@ -153,7 +140,7 @@ jobs: steps: - bash: | set -e - /bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.2.app/Contents/Developer" + /bin/bash -c "sudo xcode-select -s /Applications/Xcode_11.3.app/Contents/Developer" brew install ninja ci/run.sh build-release -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.cmake -DCMAKE_BUILD_TYPE=Release -DIOS_PLATFORM=OS64 -DIOS_ARCH=arm64 -DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja -DSKIP_TESTS=ON