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 a2f02a95efbb0f48d04ef2a1978bc71ba9ce8c69
parent e98461e44895146b979fa2b6c0ed8cb31015dcc3
Author: [email protected] <[email protected]>
Date:   Fri,  9 Sep 2016 17:45:48 +0300

Travis-CI: Test cmake before executing brew install cmake

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -49,7 +49,7 @@ matrix: - TEST=XCODE6.3 CMAKEARGS="-DCMAKE_BUILD_TYPE=Release .." before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cmake ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake --version || brew install cmake; fi - cmake --version script: