mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 04:17:52 +00:00
15 lines
346 B
YAML
15 lines
346 B
YAML
language: cpp
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq libfuse-dev
|
|
script:
|
|
- ./autogen.sh
|
|
- ./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
|