shithub: hugo

ref: 550cec0b1f80e2ea0a2f5920612e0d14c7ae5e4c
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 hugoRace
  - mage -v check
  - hugo -s docs/
  - hugo --renderToMemory -s docs/