hugo/appveyor.yml
Cameron Moore 560ed6e686 Update appveyor config
Remove "image" setting as the "WMF 5" image is deprecated.

Fixes #3061, #3142
2017-03-09 09:31:22 +01:00

18 lines
372 B
YAML

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\spf13\hugo
install:
- gem install asciidoctor
- pip install docutils
build_script:
- make hugo-race check
- hugo -s docs/
- hugo --renderToMemory -s docs/