summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-15 18:27:43 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-15 18:27:43 +0100
commit833805a4867cf5f93b3ef91227d1f1a98f553dff (patch)
tree92fae7cd2d6f27f9f858a921bbeb0b3771cd2d3b /appveyor.yml
parentbb65a5690c24ccfce37e210316bf1d0964c91359 (diff)
patch 8.2.0388: printmbcharset option not testedv8.2.0388
Problem: Printmbcharset option not tested. Solution: Add a test. Enable PostScript for AppVeyor build. (Dominique Pelle, closes #5783)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2d88bed44f..eb720f47dd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,9 +25,9 @@ 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 POSTSCRIPT=yes VIMPROG=..\gvim
- nmake -f Make_dos.mak clean
# Testing with MingW console version
- - nmake -f Make_dos.mak VIMPROG=..\vim
+ - nmake -f Make_dos.mak POSTSCRIPT=yes VIMPROG=..\vim
# vim: sw=2 sts=2 et ts=8 sr