aboutsummaryrefslogtreecommitdiffstats
path: root/test/travis-build.sh
AgeCommit message (Collapse)AuthorLines
2021-06-24Travis-CI: Make sure lsan supppressions file can be read by root.Nikolaus Rath-5/+8
2021-06-09Cuse example: Fix memory leak (#607)Christian Menges-3/+1
* cuse example: fix memory leak * Travis CI: re-enable leak checking
2020-09-12Update Travis to Ubuntu BionicTom Callaway-1/+1
2020-09-11Implement GCC 10 style symbol versioning (#545)Tom Callaway-1/+6
2019-05-09Added new example filesystemNikolaus Rath-2/+7
passthrough_hp puts emphasis and performance and correctness, rather than simplicity.
2018-11-06Update CI build scriptNikolaus Rath-2/+2
There is no gcc-6 package anymore.
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-5/+20
The unprivileged option allows to run the FUSE file system process without privileges by dropping capabilities and preventing them from being re-acquired via setuid / fscaps etc. To accomplish this, mount.fuse sets up the `/dev/fuse` file descriptor and mount itself and passes the file descriptor via the `/dev/fd/%u` mountpoint syntax to the FUSE file system.
2018-04-13Fix path to pytest cache directory.Nikolaus Rath-1/+1
2018-03-31Travis: remove root-owned cache files.Nikolaus Rath-0/+3
2017-08-24Dropped support for building with autotoolsNikolaus Rath-8/+0
It's just too much pain to keep it working.
2017-05-24Travis-CI: Don't abort on first failed testNikolaus Rath-4/+6
This should help debugging issue #157.
2017-04-10Fix travis build script. Broken in e372d.Nikolaus Rath-3/+3
2017-01-23Put -Werror in mesonconf, not CFLAGSNikolaus Rath-3/+2
Putting it in CFLAGS interferes with feature detection.
2017-01-12Only use valgrind if requested explicitly + enable address sanitizerNikolaus Rath-2/+7
2017-01-12Switch Travis build to Meson+NinjaNikolaus Rath-0/+53