From ae19b466d7bd11865d1b9fcf7fc5538b20f3f6e9 Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Mon, 28 Jun 2021 17:02:23 +0200 Subject: [PATCH] Fix travis manifest --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8bb5425..37cb70d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" .