mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 17:25:13 +00:00
Merge pull request #144 from andrewgaul/travis
Add Travis configuration
This commit is contained in:
commit
761d2399f2
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