hugo/appveyor.yml
Cameron Moore 1d7b960614 Clean up Makefile (#2924)
Add missing deprecated targets.  Remove `test` from `check` target since
we already have `test-race`.

Fixes #2901
2017-01-11 10:07:35 +01:00

24 lines
430 B
YAML

image: WMF 5
clone_folder: c:\GOPATH\src\github.com\spf13\hugo
init:
- cmd: >-
set PATH=%PATH%;C:\MinGW\bin;C:\GOPATH\bin
copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
environment:
GOPATH: c:\GOPATH
install:
- cmd: >-
gem install asciidoctor
pip install docutils
build_script:
- cmd: make vendor
test_script:
- cmd: >-
make hugo-race check
hugo -s docs/
hugo --renderToMemory -s docs/