]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: install modules before checking
authorMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 5 Aug 2015 12:27:00 +0000 (14:27 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 5 Aug 2015 12:27:00 +0000 (14:27 +0200)
.travis.yml

index 8eaff479b2c057e9dac4edfc7d9ecefaf6bb6d87..bd28a37be00cd2d53669263db0f6f543bcbc6409 100644 (file)
@@ -27,7 +27,7 @@ env:
 before_script:
     - ./scripts/bootstrap-depends.sh ${HOME}/.local
 script:
-    - make ${MAKEOPTS} check COVERAGE=1
+    - make ${MAKEOPTS} install check COVERAGE=1 PREFIX=${HOME}/.local
 after_success:
     - test $TRAVIS_OS_NAME = linux && coveralls -i lib -x ".c" --gcov-options '\-lp'
 sudo: false