]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
travis: skip Deckard tests
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 4 Jan 2018 13:26:32 +0000 (14:26 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 4 Jan 2018 13:26:59 +0000 (14:26 +0100)
.travis.yml

index ce0bb2a4b62d19f9126796f139486d0146572356..7aa4c6f706c932acaa73a7f88fef4729e553de09 100644 (file)
@@ -34,7 +34,8 @@ script:
     - ./daemon/kresd -h
     - ./daemon/kresd -V
     - echo "quit()" | ./daemon/kresd -a 127.0.0.1@53535 .
-    - CFLAGS="-O2 -g -fno-omit-frame-pointer -DDEBUG" make -j2 check-integration PREFIX=${HOME}/.local DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}
+    # Deckard should be OK just on Linux
+    # - CFLAGS="-O2 -g -fno-omit-frame-pointer -DDEBUG" make -j2 check-integration PREFIX=${HOME}/.local DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}
 after_success:
     - if test $TRAVIS_OS_NAME = linux; then coveralls -i lib -i daemon -x ".c" --gcov-options '\-lp'; fi
 sudo: false