github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/appveyor.yml (about)

     1  init:
     2    - set PATH=%PATH%;C:\MinGW\bin;%GOPATH%\bin
     3    - go version
     4    - go env
     5  
     6  # clones and cd's to path
     7  clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
     8  
     9  install:
    10  #  - gem install asciidoctor
    11    - pip install docutils
    12    - go get github.com/magefile/mage
    13  
    14  build_script:
    15    - mage vendor hugoRace
    16    - mage -v check
    17    - hugo -s docs/
    18    - hugo --renderToMemory -s docs/