Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Levin Zimmermann
go-fuse
Commits
d17d1e6d
Commit
d17d1e6d
authored
Aug 31, 2018
by
Sebastien Binet
Committed by
Han-Wen Nienhuys
Aug 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fuse: add support for Travis-CI
parent
d393e469
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
.travis.yml
.travis.yml
+27
-0
README.md
README.md
+3
-0
No files found.
.travis.yml
0 → 100644
View file @
d17d1e6d
sudo
:
required
language
:
go
go_import_path
:
github.com/hanwen/go-fuse
go
:
-
1.9.x
-
1.10.x
-
1.11.x
-
master
matrix
:
fast_finish
:
true
allow_failures
:
-
go
:
master
before_install
:
-
sudo apt-get install -qq pkg-config fuse
-
sudo modprobe fuse
-
sudo chmod 666 /dev/fuse
-
sudo chown root:$USER /etc/fuse.conf
install
:
-
go get -t -race ./...
script
:
-
go test -v -race ./...
README.md
View file @
d17d1e6d
# GO-FUSE
[
![Build Status
](
https://travis-ci.org/hanwen/go-fuse.svg?branch=master
)
](https://travis-ci.org/hanwen/go-fuse)
[
![GoDoc
](
https://godoc.org/github.com/hanwen/go-fuse?status.svg
)
](https://godoc.org/github.com/hanwen/go-fuse)
native bindings for the FUSE kernel module.
## Highlights
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment