mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
293e12355d
Fixes #5127
24 lines
487 B
YAML
24 lines
487 B
YAML
image: Visual Studio 2015
|
|
|
|
init:
|
|
- set PATH=%PATH%;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;%GOPATH%\bin
|
|
- go version
|
|
- go env
|
|
|
|
environment:
|
|
GOPATH: C:\GOPATH\
|
|
HUGO_BUILD_TAGS: extended
|
|
|
|
# clones and cd's to path
|
|
clone_folder: C:\hugo
|
|
|
|
install:
|
|
# - gem install asciidoctor
|
|
- pip install docutils
|
|
- env GO111MODULE=off go get github.com/magefile/mage
|
|
|
|
build_script:
|
|
- mage hugoRace
|
|
- mage -v check
|
|
- hugo -s docs/
|
|
- hugo --renderToMemory -s docs/
|