Unverified Commit a47a2644 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis: make distcheck scan for BOM markers

and remove BOM from projects/wolfssl_override.props

Closes #3126
parent 97cde940
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -320,6 +320,8 @@ script:
    - |
    - |
        set -eo pipefail
        set -eo pipefail
        if [ "$T" = "distcheck" ]; then
        if [ "$T" = "distcheck" ]; then
            # find BOM markers and exit if we do
            ! git grep `printf '\xef\xbb\xbf'`
            ./configure
            ./configure
            make
            make
            ./maketgz 99.98.97
            ./maketgz 99.98.97
+1 −1
Original line number Original line Diff line number Diff line
<?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.
We use this file to override some properties of the wolfSSL project files.