2017-01-01 17:16:58 -05:00
|
|
|
init:
|
2017-03-09 00:33:02 -05:00
|
|
|
- set PATH=%PATH%;C:\MinGW\bin;%GOPATH%\bin
|
|
|
|
- go version
|
|
|
|
- go env
|
|
|
|
|
|
|
|
# clones and cd's to path
|
2017-06-13 13:32:14 -04:00
|
|
|
clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
|
2017-01-01 17:16:58 -05:00
|
|
|
|
|
|
|
install:
|
2017-03-09 00:33:02 -05:00
|
|
|
- gem install asciidoctor
|
|
|
|
- pip install docutils
|
2017-10-05 03:15:02 -04:00
|
|
|
- go get github.com/magefile/mage
|
2017-01-01 17:16:58 -05:00
|
|
|
|
|
|
|
build_script:
|
2018-01-02 20:19:16 -05:00
|
|
|
- mage vendor hugoRace
|
2017-10-05 03:15:02 -04:00
|
|
|
- mage -v check
|
2017-06-26 15:05:21 -04:00
|
|
|
- hugo -s docs/
|
|
|
|
- hugo --renderToMemory -s docs/
|