github.com/rabbouni145/gg@v0.47.1/appveyor.yml (about)

     1  image: Visual Studio 2015
     2  
     3  init:
     4    - set PATH=%PATH%;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;%GOPATH%\bin
     5    - go version
     6    - go env
     7  
     8  environment:
     9    GOPATH: C:\GOPATH\
    10    HUGO_BUILD_TAGS: extended
    11  
    12  # clones and cd's to path
    13  clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
    14  
    15  install:
    16  #  - gem install asciidoctor
    17    - pip install docutils
    18    - go get github.com/magefile/mage
    19  
    20  build_script:
    21    - mage vendor hugoRace
    22    - mage -v check
    23    - hugo -s docs/
    24    - hugo --renderToMemory -s docs/