]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
travis.yml was edited
authorGrigorii Demidov <grigorii.demidov@nic.cz>
Wed, 26 Oct 2016 12:01:28 +0000 (14:01 +0200)
committerGrigorii Demidov <grigorii.demidov@nic.cz>
Wed, 26 Oct 2016 12:01:28 +0000 (14:01 +0200)
.travis.yml

index 7096fc7780405103bb5501a6859d18eeadc29e26..b18310c44f6ea322f95849bc961959429a4b6877 100644 (file)
@@ -32,11 +32,11 @@ env:
 before_script:
     - BOOTSTRAP_CLEANUP=1 ./scripts/bootstrap-depends.sh ${HOME}/.local
 script:
-    - make -j2 install check V=1 COVERAGE=1 PREFIX=${HOME}/.local
+    - make -j2 install check V=1 COVERAGE=1 PREFIX=${HOME}/.local DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}
     - ./daemon/kresd -h
     - ./daemon/kresd -V
     - echo "quit()" | ./daemon/kresd -a 127.0.0.1#53535 .
-    - make -j2 check-integration COVERAGE=1 PREFIX=${HOME}/.local
+    - make -j2 check-integration COVERAGE=1 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