Update abi-check to take into account new defaults for "add" git command
authorAntonin Descampe <antonin@gmail.com>
Wed, 2 Aug 2017 15:07:29 +0000 (17:07 +0200)
committerAntonin Descampe <antonin@gmail.com>
Wed, 2 Aug 2017 15:07:29 +0000 (17:07 +0200)
tools/travis-ci/abi-check.sh

index d17a7f5c2482ebeff384fb93a0a7729f45863f73..eab921a86a0b288e8c4b0578360ee172c6c6b952 100755 (executable)
@@ -125,7 +125,7 @@ if [ ${OPJ_UPLOAD_ABI_REPORT} -eq 1 ]; then
        git config user.name "OpenJPEG Travis CI"
        git config user.email "info@openjpeg.org"
 
-       git add .
+       git add --all .
        git commit -m "Update ABI/API compatibility reports after commit ${TRAVIS_COMMIT:-}"
 
        # Get the deploy key by using Travis's stored variables to decrypt travis_rsa.enc