mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 15:31:20 +08:00
Attempt #4 to fix .vsts.sh.
This commit is contained in:
parent
b347b84960
commit
7337ae73cc
6
.vsts.sh
6
.vsts.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user