Skip to content

Instantly share code, notes, and snippets.

@matthewcosgrove
Created March 30, 2017 20:05
Show Gist options
  • Save matthewcosgrove/3d008ed9eb3d75650f345426fa1e12e6 to your computer and use it in GitHub Desktop.
Save matthewcosgrove/3d008ed9eb3d75650f345426fa1e12e6 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -eux
export GOPATH=$PWD/../gopath
export PATH=$PWD/../gopath/bin:$PATH
export OPSMAN_OVA=$GOPATH/$OPSMAN_OVA
go version
cd ../gopath/src/github.com/matthewcosgrove/govcwrap
go get -t -d ./...
go get github.com/onsi/ginkgo/ginkgo
ginkgo -r -p --v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment