Skip to content

Commit

Permalink
Fix travis manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Jun 28, 2021
1 parent 0290cbe commit ae19b46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ script:
- ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites types
- ginkgo -cover -race -r -keepGoing -succinct -randomizeSuites pkg
#- find tools -name "*.go" -type f -print0 | xargs -0 -n1 go build
- cd tools/benchmark | go build .
- cd tools/info | go build .
- cd tools/cli | go build .
- cd tools/benchmark | go build -o benchmark .
- cd tools/asinfo | go build -o asinfo .
- chmod +x asinfo
- cd tools/cli | go build -o cli .
- find examples -name "*.go" -type f -print0 | xargs -0 -n1 go build
- ginkgo build -tags="as_performance" .
- ginkgo build -tags="app_engine" .
Expand Down

0 comments on commit ae19b46

Please sign in to comment.