mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
travis: Add FreeBSD cross-compile
This commit is contained in:
parent
a8be9c32d0
commit
4262f68d45
@ -17,13 +17,13 @@ notifications:
|
||||
|
||||
install:
|
||||
- go get github.com/mitchellh/gox
|
||||
- gox -build-toolchain -os "linux darwin openbsd"
|
||||
- gox -build-toolchain -os "linux darwin openbsd freebsd"
|
||||
- go get -v -t ./...
|
||||
|
||||
script:
|
||||
- go build -ldflags "-s" ./...
|
||||
- go build -ldflags "-s" -o restic ./cmd/restic
|
||||
- sh -c "cd cmd/restic && gox -verbose -os 'linux darwin openbsd' && ls -al"
|
||||
- sh -c "cd cmd/restic && gox -verbose -os 'linux darwin openbsd freebsd' && ls -al"
|
||||
- go test -v ./...
|
||||
- ./testsuite.sh
|
||||
- sh -c "cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./..."
|
||||
|
Loading…
Reference in New Issue
Block a user