ln new source with old one

pull/2531/head
Shelikhoo 2019-04-15 19:23:28 +08:00 committed by Nicholas Wang
parent d123109fcd
commit b23e6fb1ba
No known key found for this signature in database
GPG Key ID: F20CA399C9BD9100
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ jobs:
#go get -v -t -d v2ray.com/core/...
unset GOPATH
go get -v -t -d github.com/v2fly/v2ray-core/...
mkdir ./src/v2ray.com
ln -s ./src/github.com/v2fly/v2ray-core/ ./src/v2ray.com/core
workingDirectory: '$(GOPATH)'
displayName: 'Fetch sources'
- script: |