Files
cgofuse/.pmci/netbsd.sh
2025-07-21 00:21:22 -03:00

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'