2017-01-01 17:16:58 -05:00
|
|
|
init:
|
2017-03-09 00:33:02 -05:00
|
|
|
- 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
|
2017-06-13 13:32:14 -04:00
|
|
|
clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
|
2017-01-01 17:16:58 -05:00
|
|
|
|
|
|
|
install:
|
2017-03-09 00:33:02 -05:00
|
|
|
- gem install asciidoctor
|
|
|
|
- pip install docutils
|
2017-01-01 17:16:58 -05:00
|
|
|
|
|
|
|
build_script:
|
2017-03-09 00:33:02 -05:00
|
|
|
- make hugo-race check
|
2017-06-26 15:05:21 -04:00
|
|
|
- hugo -s docs/
|
|
|
|
- hugo --renderToMemory -s docs/
|