summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 000000000..da5f2cfed
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,23 @@
+image: Visual Studio 2015
+
+init:
+ - set PATH=%PATH%;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin;%GOPATH%\bin
+ - go version
+ - go env
+
+environment:
+ HUGO_BUILD_TAGS: extended
+
+# clones and cd's to path
+clone_folder: C:\hugo
+
+install:
+# - gem install asciidoctor
+ - pip install docutils
+ - go get github.com/magefile/mage
+
+build_script:
+ - mage hugoRace
+ - mage -v check
+ - hugo -s docs/
+ - hugo --renderToMemory -s docs/