mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
11 lines
253 B
Bash
11 lines
253 B
Bash
curl -sL -o gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
|
|
chmod +x gimme
|
|
eval "$(./gimme 1.9)"
|
|
|
|
export GOPATH=$HOME/go
|
|
SRCDIR=$GOPATH/src/github.com/elves/elvish
|
|
mkdir -p $(dirname $SRCDIR)
|
|
cp -r $PWD $SRCDIR
|
|
cd $SRCDIR
|
|
make test
|