diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-15 18:27:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-15 18:27:43 +0100 |
commit | 833805a4867cf5f93b3ef91227d1f1a98f553dff (patch) | |
tree | 92fae7cd2d6f27f9f858a921bbeb0b3771cd2d3b /appveyor.yml | |
parent | bb65a5690c24ccfce37e210316bf1d0964c91359 (diff) | |
download | vim-git-833805a4867cf5f93b3ef91227d1f1a98f553dff.tar.gz |
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.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2d88bed44..eb720f47d 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 |