elvish/.vsts.sh

11 lines
253 B
Bash
Raw Normal View History

2018-06-07 07:30:33 +08:00
curl -sL -o gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
chmod +x gimme
eval "$(./gimme 1.9)"
2017-12-07 09:07:20 +08:00
export GOPATH=$HOME/go
2018-06-07 07:33:21 +08:00
SRCDIR=$GOPATH/src/github.com/elves/elvish
mkdir -p $(dirname $SRCDIR)
cp -r $PWD $SRCDIR
cd $SRCDIR
2018-06-07 06:52:25 +08:00
make test