summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: 0ed9e959f5459b57fd9caf38adcbd574fce1b7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
init:
  - 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
  - go get github.com/magefile/mage

build_script:
  - mage vendor hugoRace
  - mage -v check
  - hugo -s docs/
  - hugo --renderToMemory -s docs/