hugo/appveyor.yml

19 lines
368 B
YAML
Raw Normal View History

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