comparison Filelist @ 7121:a497a9868255 v7.4.872

commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 15 19:18:18 2015 +0200 patch 7.4.872 Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Sep 2015 19:30:04 +0200
parents a55f35ed381b
children 0b4387f570ec
comparison
equal deleted inserted replaced
7120:4fee246cf1b4 7121:a497a9868255
2 # Used by Makefile and upload.aap. 2 # Used by Makefile and upload.aap.
3 3
4 # source files for all source archives 4 # source files for all source archives
5 SRC_ALL = \ 5 SRC_ALL = \
6 .hgignore \ 6 .hgignore \
7 .travis.yml \
8 appveyor.yml \
7 src/README.txt \ 9 src/README.txt \
8 src/arabic.c \ 10 src/arabic.c \
9 src/arabic.h \ 11 src/arabic.h \
10 src/ascii.h \ 12 src/ascii.h \
11 src/blowfish.c \ 13 src/blowfish.c \