summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 000000000..4785a441d
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,15 @@
+init:
+ - copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
+ - set PATH=%PATH%;C:\MinGW\bin;%GOPATH%\bin
+ - go version
+ - go env
+
+# clones and cd's to path
+clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
+
+install:
+ - gem install asciidoctor
+ - pip install docutils
+
+build_script:
+ - make hugo-race check