Attempt #4 to fix .vsts.sh.

This commit is contained in:
Qi Xiao 2018-06-07 00:33:21 +01:00
parent b347b84960
commit 7337ae73cc

View File

@ -3,6 +3,8 @@ chmod +x gimme
eval "$(./gimme 1.9)" eval "$(./gimme 1.9)"
export GOPATH=$HOME/go export GOPATH=$HOME/go
mkdir -p $GOPATH/src/github.com/elves SRCDIR=$GOPATH/src/github.com/elves/elvish
ln -s $PWD $GOPATH/src/github.com/elves/elvish mkdir -p $(dirname $SRCDIR)
cp -r $PWD $SRCDIR
cd $SRCDIR
make test make test