travis: make distcheck scan for BOM markers

and remove BOM from projects/wolfssl_override.props

Closes #3126
This commit is contained in:
Daniel Stenberg 2018-10-11 09:51:10 +02:00
Родитель 97cde94043
Коммит a47a264492
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -320,6 +320,8 @@ script:
- |
set -eo pipefail
if [ "$T" = "distcheck" ]; then
# find BOM markers and exit if we do
! git grep `printf '\xef\xbb\xbf'`
./configure
make
./maketgz 99.98.97

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
We use this file to override some properties of the wolfSSL project files.