mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-09 07:59:52 +00:00
Add Travis configuration
This commit is contained in:
parent
524e005b5c
commit
1210cf8c6c
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user