Skip to content
Snippets Groups Projects
Commit 1f53328d authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: fixed check running before modules are installed

parent e7d666da
Branches
Tags
No related merge requests found
......@@ -31,7 +31,8 @@ env:
before_script:
- ./scripts/bootstrap-depends.sh ${HOME}/.local
script:
- make ${MAKEOPTS} install check COVERAGE=1 PREFIX=${HOME}/.local
- make ${MAKEOPTS} install COVERAGE=1 PREFIX=${HOME}/.local
- make check COVERAGE=1 PREFIX=${HOME}/.local
after_success:
- test $TRAVIS_OS_NAME = linux && coveralls -i lib -i daemon -x ".c" --gcov-options '\-lp'
sudo: false
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment