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