mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-09 22:30:57 +00:00
Merge pull request #243 from andrewgaul/cppcheck-travis
Run cppcheck during Travis builds
This commit is contained in:
commit
a3568a1419
@ -3,11 +3,12 @@ dist: trusty
|
||||
cache: apt
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libfuse-dev
|
||||
- sudo apt-get install -qq libfuse-dev cppcheck
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- make
|
||||
- make cppcheck
|
||||
- make check -C src
|
||||
# Travis granted s3fs access to their upcoming alpha testing stack which may
|
||||
# allow us to use FUSE.
|
||||
|
Loading…
Reference in New Issue
Block a user