gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

build.sh (381B)


      1 #!/bin/bash
      2 set -e
      3 set -x
      4 
      5 if [ ! -d /tmp/build-golang/src/github.com/json-iterator ]; then
      6     mkdir -p /tmp/build-golang/src/github.com/json-iterator
      7     ln -s $PWD /tmp/build-golang/src/github.com/json-iterator/go
      8 fi
      9 export GOPATH=/tmp/build-golang
     10 go get -u github.com/golang/dep/cmd/dep
     11 cd /tmp/build-golang/src/github.com/json-iterator/go
     12 exec $GOPATH/bin/dep ensure -update