Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
10 lines
278 B
Bash
10 lines
278 B
Bash
set -ex
|
|
|
|
# cgofuse: build and test
|
|
export GOPATH=/tmp/go
|
|
mkdir -p /tmp/go/src/github.com/winfsp
|
|
cp -R /tmp/repo/cgofuse /tmp/go/src/github.com/winfsp
|
|
cd /tmp/go/src/sirherobrine23.com.br/Sirherobrine23/cgofuse
|
|
go build -v ./...
|
|
# go test -v ./fuse -run 'TestUnmount|TestSignal'
|