mirror of https://github.com/restic/restic.git
Add 'ls' on the binary to see the file sizes
This commit is contained in:
parent
94ecdc6e84
commit
9a4155d7aa
|
@ -19,8 +19,7 @@ install:
|
|||
script:
|
||||
- go build -ldflags "-s" ./...
|
||||
- go build -ldflags "-s" -o restic ./cmd/restic
|
||||
- sh -c "cd cmd/restic && gox -verbose -os 'linux darwin'"
|
||||
- "stat --printf='binary size: %s' restic"
|
||||
- sh -c "cd cmd/restic && gox -verbose -os 'linux darwin' && 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