From: Felipe Barriga Richards Date: Mon, 27 Feb 2017 02:30:44 +0000 (-0300) Subject: .travis.yml: specify more dependencies. X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;ds=sidebyside;h=9b3c0a5fdae1eb8bd66540ed0f78f9a37f09b550;p=rrq%2Ffuse_xattrs.git .travis.yml: specify more dependencies. --- diff --git a/.travis.yml b/.travis.yml index e4a8520..7764b53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ language: before_install: - sudo apt-get update -qq + - sudo apt-get install python-virtualenv python3 python3-dev - sudo apt-get install libfuse-dev valgrind gcc libattr1-dev fuse wget lcov - sudo modprobe fuse - sudo chmod 666 /dev/fuse @@ -18,6 +19,7 @@ script: - virtualenv -p /usr/bin/python3 python_venv - source python_venv/bin/activate - easy_install xattr + - easy_install pathlib - mkdir -p build && cd build - cmake -DENABLE_CODECOVERAGE=1 -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=Debug .. - make