summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: c77eb9f385d1f48682876d0f67490acec90e3807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/