mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
8d2580f07c
Fixes #3937
18 lines
361 B
YAML
18 lines
361 B
YAML
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 hugoRace
|
|
- mage -v check
|
|
- hugo -s docs/
|
|
- hugo --renderToMemory -s docs/
|