github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/ci/cli/tasks/units-osx.yml (about) 1 --- 2 platform: darwin 3 image: docker:///cloudfoundry/cli-ci 4 5 inputs: 6 - name: cli 7 path: gopath/src/code.cloudfoundry.org/cli 8 9 run: 10 path: bash 11 args: 12 - -c 13 - | 14 set -ex 15 16 export GOPATH=$PWD/gopath 17 export PATH=$GOPATH/bin:$PATH 18 19 cd $GOPATH/src/code.cloudfoundry.org/cli 20 21 bin/test -race