summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: 4785a441defef14d5434812ae7100ced60f45be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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