Skip to content

Commit

Permalink
Ensures kn cross platform build works in presubmit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh committed Aug 22, 2019
1 parent d6c798a commit 3759577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/presubmit-tests.sh
# We use the default build, unit and integration test runners.

main $@

# We build cross platform binaries to ensure kn compiles for supported platforms
header "Ensuring kn cross platform build"
./hack/build.sh -x

0 comments on commit 3759577

Please sign in to comment.