summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 00000000..a8b624ea
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,13 @@
+---
+init:
+ # Build Vim
+ - cd C:\
+ - git clone https://github.com/vim/vim
+ - cd vim
+ - git checkout v8.0.0027
+ - cd src
+ - 'nmake -f Make_mvc2.mak CPU=AMD64 OLE=no GUI=no IME=yes MBYTE=yes
+ ICONV=yes DEBUG=no FEATURES=NORMAL'
+
+test_script:
+ - echo hello world