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

build: install modules before checking

parent 1e9dbf23
Branches
Tags
No related merge requests found
......@@ -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
......
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