mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 03:18:55 +00:00
Travis: Also test build program
This commit is contained in:
parent
f2dea829b4
commit
6a1ac67ec3
@ -31,6 +31,7 @@ install:
|
||||
script:
|
||||
- gox -verbose -os "${GOX_OS}" -tags "release" ./cmd/restic
|
||||
- gox -verbose -os "${GOX_OS}" -tags "debug" ./cmd/restic
|
||||
- go run build.go
|
||||
- go run run_tests.go all.cov
|
||||
- GOARCH=386 RESTIC_TEST_INTEGRATION=0 go test ./...
|
||||
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
|
||||
|
Loading…
Reference in New Issue
Block a user