mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
Run integration tests via Travis
Mail from the Travis team: Thanks for the email. I have set up s3fs-fuse/s3fs-fuse with our alpha testing stack which may allow you to use FUSE. To use it, add the following to your .travis.yml: dist: trusty Please keep in mind that the service may become unavailable without notice, and change details. We welcome your feedback as to what works and what does not with this setup.
This commit is contained in:
parent
3701f1c16b
commit
39d4715b82
10
.travis.yml
10
.travis.yml
@ -1,4 +1,5 @@
|
||||
language: cpp
|
||||
dist: trusty
|
||||
cache: apt
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
@ -8,8 +9,7 @@ script:
|
||||
- ./configure
|
||||
- make
|
||||
- make check -C src
|
||||
# TODO: Travis does not support FUSE so integration tests cannot run:
|
||||
# https://github.com/travis-ci/travis-ci/issues/1100
|
||||
#after_script:
|
||||
# - modprobe fuse
|
||||
# - make check -C test
|
||||
# Travis granted s3fs access to their upcoming alpha testing stack which may
|
||||
# allow us to use FUSE.
|
||||
- modprobe fuse
|
||||
- make check -C test
|
||||
|
Loading…
Reference in New Issue
Block a user