mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-04 20:07:54 +00:00
Enable integration tests for Travis
http://blog.travis-ci.com/2015-10-14-opening-up-ubuntu-trusty-beta/
This commit is contained in:
parent
8f115078cd
commit
94e3dbb2dc
12
.travis.yml
12
.travis.yml
@ -1,18 +1,16 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
cache: apt
|
cache: apt
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq libfuse-dev cppcheck
|
- sudo apt-get install -qq cppcheck libfuse-dev openjdk-7-jdk
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure
|
- ./configure
|
||||||
- make
|
- make
|
||||||
- make cppcheck
|
- make cppcheck
|
||||||
- make check -C src
|
- make check -C src
|
||||||
# Travis granted s3fs access to their upcoming alpha testing stack which may
|
- modprobe fuse
|
||||||
# allow us to use FUSE.
|
- make check -C test
|
||||||
# TODO: Travis changed their infrastructure some time in June 2015 such that
|
- cat test/test-suite.log
|
||||||
# this does not work currently
|
|
||||||
#- modprobe fuse
|
|
||||||
#- make check -C test
|
|
||||||
|
Loading…
Reference in New Issue
Block a user