X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=.travis.yml;h=b64f0a958bbc418212e351e8bec4531c8e4ea18b;hb=0123751ca55fe462e8888c8d7b8c7def14b74ab3;hp=eba16baa2d03871607d6b5a73d739867a2dee00a;hpb=fb874771c9c757ff918788d8eb608f1001d529d3;p=fio.git diff --git a/.travis.yml b/.travis.yml index eba16baa..b64f0a95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,29 +39,7 @@ matrix: arch: arm64 before_install: - - EXTRA_CFLAGS="-Werror" - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - pkgs=(libaio-dev libcunit1 libcunit1-dev libgoogle-perftools4 libibverbs-dev libiscsi-dev libnuma-dev librbd-dev librdmacm-dev libz-dev); - if [[ "$BUILD_ARCH" == "x86" ]]; then - pkgs=("${pkgs[@]/%/:i386}"); - pkgs+=(gcc-multilib python3-scipy); - EXTRA_CFLAGS="${EXTRA_CFLAGS} -m32"; - else - pkgs+=(glusterfs-common python3-scipy); - fi; - sudo apt-get -qq update; - sudo apt-get install --no-install-recommends -qq -y "${pkgs[@]}"; - fi; - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - brew update; - brew install cunit; - pip3 install scipy; - fi; + - ci/travis-install.sh + script: - - ./configure --extra-cflags="${EXTRA_CFLAGS}" && make - - make test - - if [[ "$TRAVIS_CPU_ARCH" == "arm64" ]]; then - sudo python3 t/run-fio-tests.py --skip 6 1007 1008 --debug -p 1010:"--skip 15 16 17 18 19 20"; - else - sudo python3 t/run-fio-tests.py --skip 6 1007 1008 --debug; - fi; + - ci/travis-build.sh