shithub: hugo

ref: 9436f0b0c31d2df49647e301ab3d6e2053b356b8
dir: /appveyor.yml/

View raw version
init:
  - copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
  - 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

build_script:
  - make hugo-race check
  - hugo -s docs/
  - hugo --renderToMemory -s docs/