mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Update appveyor config
Remove "image" setting as the "WMF 5" image is deprecated. Fixes #3061, #3142
This commit is contained in:
parent
45b9d7223a
commit
560ed6e686
1 changed files with 12 additions and 22 deletions
34
appveyor.yml
34
appveyor.yml
|
@ -1,27 +1,17 @@
|
|||
image: WMF 5
|
||||
clone_folder: c:\GOPATH\src\github.com\spf13\hugo
|
||||
init:
|
||||
- cmd: >-
|
||||
set PATH=%PATH%;C:\MinGW\bin;C:\GOPATH\bin
|
||||
- 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\spf13\hugo
|
||||
|
||||
copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
|
||||
environment:
|
||||
GOPATH: c:\GOPATH
|
||||
install:
|
||||
- cmd: >-
|
||||
gem install asciidoctor
|
||||
- gem install asciidoctor
|
||||
- pip install docutils
|
||||
|
||||
pip install docutils
|
||||
build_script:
|
||||
- cmd: make vendor
|
||||
test_script:
|
||||
- cmd: >-
|
||||
go version
|
||||
|
||||
go env
|
||||
|
||||
make hugo-race check
|
||||
|
||||
hugo -s docs/
|
||||
|
||||
hugo --renderToMemory -s docs/
|
||||
- make hugo-race check
|
||||
- hugo -s docs/
|
||||
- hugo --renderToMemory -s docs/
|
||||
|
|
Loading…
Reference in a new issue