mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
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:
|
script:
|
||||||
- go build -ldflags "-s" ./...
|
- go build -ldflags "-s" ./...
|
||||||
- go build -ldflags "-s" -o restic ./cmd/restic
|
- go build -ldflags "-s" -o restic ./cmd/restic
|
||||||
- sh -c "cd cmd/restic && gox -verbose -os 'linux darwin'"
|
- sh -c "cd cmd/restic && gox -verbose -os 'linux darwin' && ls -al"
|
||||||
- "stat --printf='binary size: %s' restic"
|
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
- ./testsuite.sh
|
- ./testsuite.sh
|
||||||
- sh -c "cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./..."
|
- sh -c "cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./..."
|
||||||
|
Loading…
Reference in New Issue
Block a user