X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=.travis.yml;h=795c0fce6bfe8d5bc62839e67e2397aed9550292;hp=ca50e22644c7e6d323bde2a1996ef66686b3cc16;hb=d30455b5f301b9c8017a0c7439573835d7e177de;hpb=fa3c391d19a7775f8c0b9955a4d86f6afe439526 diff --git a/.travis.yml b/.travis.yml index ca50e226..795c0fce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: # compiler: clang # osx_image: xcode8 # env: SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk MACOSX_DEPLOYMENT_TARGET=10.11 - # Build on the latest OSX version (will eventually become obsolete) + # Build on the latest OSX version (will eventually become obsolete) - os: osx compiler: clang osx_image: xcode8.2 @@ -25,4 +25,6 @@ matrix: compiler: gcc before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq -y libaio-dev libnuma-dev libz-dev; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq -y libaio-dev libnuma-dev libz-dev librbd-dev glusterfs-common libibverbs-dev librdmacm-dev; fi +script: + - ./configure --extra-cflags="-Werror" && make && make test