summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0388: printmbcharset option not testedv8.2.0388Bram Moolenaar2020-03-151-2/+2
| | | | | | Problem: Printmbcharset option not tested. Solution: Add a test. Enable PostScript for AppVeyor build. (Dominique Pelle, closes #5783)
* patch 8.1.0869: Travis CI script is too complicatedv8.1.0869Bram Moolenaar2019-02-031-1/+1
| | | | | | Problem: Travis CI script is too complicated. Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)
* patch 8.0.1343: MS-Windows: does not show colored emojisv8.0.1343Bram Moolenaar2017-11-261-0/+1
| | | | | | Problem: MS-Windows: does not show colored emojis. Solution: Implement colored emojis. Improve drawing speed. Make 'taamode' work. (Taro Muraoka, Yasuhiro Matsumoto, Ken Takata, close #2375)
* patch 8.0.0009v8.0.0009Bram Moolenaar2016-09-251-3/+0
| | | | | Problem: Unecessary workround for AppVeyor. Solution: Revert patch 7.4.990. (Christian Brabandt)
* patch 7.4.2311v7.4.2311Bram Moolenaar2016-09-021-1/+2
| | | | | Problem: Appveyor 64 bit build still using Python 3.4 Solution: Switch to Python 3.5. (Ken Takata, closes #1032)
* patch 7.4.1415v7.4.1415Bram Moolenaar2016-02-241-0/+2
| | | | | Problem: Dropped the skip-tags setting. Solution: Put it back.
* patch 7.4.1414v7.4.1414Bram Moolenaar2016-02-241-7/+19
| | | | | | Problem: Appveyor only builds one feature set. Solution: Build a combination of features and GUI/console. (Christian Brabandt)
* patch 7.4.990v7.4.990Bram Moolenaar2015-12-291-0/+3
| | | | | Problem: Test 86 fails on AppVeyor. Solution: Do some registry magic. (Ken Takata)
* patch 7.4.934v7.4.934Bram Moolenaar2015-11-211-0/+2
| | | | | Problem: Appveyor also builds on a tag push. Solution: Add a skip_tags line. (Kenichi Ito, closes #489)
* patch 7.4.872v7.4.872Bram Moolenaar2015-09-151-0/+15
Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)