summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-14 17:55:59 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-14 17:55:59 +0100
commit845b72854de90de13879598df53f1c388e52e1ba (patch)
treeb25476eb4991cef233a9ea0705298ec61ab5bcf4 /appveyor.yml
parent681fc3fa782e99fe69ed2c83c3e29109d2d61e1a (diff)
patch 8.2.2346: Codecov reports every little coverage dropv8.2.2346
Problem: Codecov reports every little coverage drop. Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 80f8e38f0b..0000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-version: "{build}"
-
-skip_tags: true
-
-environment:
- matrix:
- - FEATURE: HUGE
-# disabled
-# - FEATURE: TINY
-# - FEATURE: SMALL
-# - FEATURE: NORMAL
-# - FEATURE: BIG
-
-matrix:
- fast_finish: true
-
-before_build:
- # Use Windows SDK 7.1 (= MSVC 2010)
- - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
- - 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um'
-
-build_script:
- - ci/appveyor.bat
-
-test_script:
- - cd src/testdir
- # Testing with MSVC gvim
- - path C:\Python35-x64;%PATH%
- - nmake -f Make_dos.mak VIMPROG=..\gvim
- - nmake -f Make_dos.mak clean
- # Testing with MSVC console version
- - nmake -f Make_dos.mak VIMPROG=..\vim
-
-# vim: sw=2 sts=2 et ts=8 sr