Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appveyor.yml - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a110265fe41a41a8a10db9da6aaee32f33d5600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
environment:
  GOPATH: c:\GOPATH
install:
- cmd: >-
    gem install asciidoctor

    pip install docutils
build_script:
- cmd: make govendor
test_script:
- cmd: >-
    make check

    REM Test 64-bit alignment on 32-bit builds

    set "GOARCH=386" & make test & set GOARCH=

    go build -race

    hugo -s docs/

    hugo --renderToMemory -s docs/