Travis: install libfuse from git master

This commit is contained in:
Nikolaus Rath 2017-07-08 13:23:18 +02:00
parent 55eb1f00e6
commit 03a693d295
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ ninja --version
meson --version
# Install fuse
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.1.0/fuse-3.1.0.tar.gz
tar xzf fuse-3.1.0.tar.gz
cd fuse-3.1.0
wget https://github.com/libfuse/libfuse/archive/master.zip
unzip master.zip
cd libfuse-master
mkdir build
cd build
export CC=gcc-6