Trying to powershell better
This commit is contained in:
parent
c24cac3f93
commit
8eaf6be8fa
@ -22,7 +22,8 @@ install:
|
|||||||
- git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
|
- git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
|
||||||
- go get github.com/urfave/gfmxr/...
|
- go get github.com/urfave/gfmxr/...
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
- ps: if (Test-Path node_modules\.bin\markdown-toc -eq $False) { npm install markdown-toc }
|
- ps: $MarkdownTocExists = Test-Path node_modules\.bin\markdown-toc
|
||||||
|
- ps: if ($MarkdownTocExists -eq $False) { npm install markdown-toc }
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- python runtests vet
|
- python runtests vet
|
||||||
|
Loading…
Reference in New Issue
Block a user