shithub: hugo

ref: 14c35c8a56c4dc9a1ee0053e9ff976be7715ba99
dir: /appveyor.yml/

View raw version
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
  - go get github.com/magefile/mage

build_script:
  - mage vendor hugoRace
  - mage -v check
  - hugo -s docs/
  - hugo --renderToMemory -s docs/