Use git to make a copy into urfave/cli.v2
This commit is contained in:
parent
7cb40bd576
commit
a8027b8491
@ -35,9 +35,7 @@ before_script:
|
|||||||
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
|
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
|
||||||
npm install markdown-toc ;
|
npm install markdown-toc ;
|
||||||
fi
|
fi
|
||||||
- mkdir -p ${GOPATH%%:*}/src/gopkg.in/urfave
|
- git clone . ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
|
||||||
- rm -rvf ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
|
|
||||||
- ln -sv ${TRAVIS_BUILD_DIR} ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
|
|
||||||
- go get github.com/urfave/gfmxr/...
|
- go get github.com/urfave/gfmxr/...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -16,9 +16,7 @@ install:
|
|||||||
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
|
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- mkdir c:\gopath\src\gopkg.in\urfave
|
- git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
|
||||||
- robocopy c:\gopath\src\github.com\urfave\cli c:\gopath\src\gopkg.in\urfave\cli.v2
|
|
||||||
/DCOPY:DA /MIR /FFT /Z /XA:SH /R:0 /TEE /XJD ^& IF %ERRORLEVEL% LEQ 4 exit 0
|
|
||||||
- go get github.com/urfave/gfmxr/...
|
- go get github.com/urfave/gfmxr/...
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user