Skip to content

Commit

Permalink
appveyor: Update script to Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 30, 2018
1 parent 599cb7e commit 1303a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ environment:
HUGO_BUILD_TAGS: extended

# clones and cd's to path
clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
clone_folder: C:\hugo

install:
# - gem install asciidoctor
- pip install docutils
- go get github.com/magefile/mage
- env GO111MODULE=off go get github.com/magefile/mage

build_script:
- mage vendor hugoRace
- mage hugoRace
- mage -v check
- hugo -s docs/
- hugo --renderToMemory -s docs/

0 comments on commit 1303a03

Please sign in to comment.