1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
gohugoio-hugo/appveyor.yml

19 lines
368 B
YAML
Raw Permalink Normal View History

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
2017-10-05 09:15:02 +02:00
- go get github.com/magefile/mage
build_script:
2018-01-02 20:19:16 -05:00
- mage vendor hugoRace
2017-10-05 09:15:02 +02:00
- mage -v check
- hugo -s docs/
- hugo --renderToMemory -s docs/