mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Now /docs is a Git subtree, so now this should just work. This reverts commit 214dbdfb6f016d21415bc1ed511a37a084238878.
18 lines
375 B
YAML
18 lines
375 B
YAML
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
|
|
- hugo -s docs/
|
|
- hugo --renderToMemory -s docs/
|