mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
travis: install libfuse for cmount build and disable on OS X
This commit is contained in:
parent
09093a9954
commit
5b063679b5
@ -18,12 +18,18 @@ script:
|
|||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
secure: gU8gCV9R8Kv/Gn0SmCP37edpfIbPoSvsub48GK7qxJdTU628H0KOMiZW/T0gtV5d67XJZ4eKnhJYlxwwxgSgfejO32Rh5GlYEKT/FuVoH0BD72dM1GDFLSrUiUYOdoHvf/BKIFA3dJFT4lk2ASy4Zh7SEoXHG6goBlqUpYx8hVA=
|
secure: gU8gCV9R8Kv/Gn0SmCP37edpfIbPoSvsub48GK7qxJdTU628H0KOMiZW/T0gtV5d67XJZ4eKnhJYlxwwxgSgfejO32Rh5GlYEKT/FuVoH0BD72dM1GDFLSrUiUYOdoHvf/BKIFA3dJFT4lk2ASy4Zh7SEoXHG6goBlqUpYx8hVA=
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- fuse
|
||||||
|
- libfuse-dev
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.8.1
|
go: 1.8.1
|
||||||
|
env: CGO_ENABLED=0
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: make travis_beta
|
script: make travis_beta
|
||||||
|
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ test: rclone
|
|||||||
# Quick test
|
# Quick test
|
||||||
quicktest:
|
quicktest:
|
||||||
RCLONE_CONFIG="/notfound" go test $(GO_FILES)
|
RCLONE_CONFIG="/notfound" go test $(GO_FILES)
|
||||||
RCLONE_CONFIG="/notfound" go test -cpu=2 -race $(GO_FILES)
|
if [ "$$CGO_ENABLED" != "0" ]; then RCLONE_CONFIG="/notfound" go test -cpu=2 -race $(GO_FILES) ; fi
|
||||||
|
|
||||||
# Do source code quality checks
|
# Do source code quality checks
|
||||||
check: rclone
|
check: rclone
|
||||||
|
Loading…
Reference in New Issue
Block a user