summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-06-21 17:21:08 +0200
committerAntonin Descampe <antonin@gmail.com>2016-06-21 17:21:08 +0200
commitcdcb77e796f8f06d3838356c0a2931a82b4375be (patch)
tree2cf36938648ab645a91da4f7cf5c37883e85245b /tools
parent954dad66dea3c5bb1e59187987e77c18f7b593ec (diff)
Automatic upload of ABI report (ctd)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/abi-check.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh
index 1c4311eb..48a32826 100755
--- a/tools/travis-ci/abi-check.sh
+++ b/tools/travis-ci/abi-check.sh
@@ -68,7 +68,7 @@ fi
# Let's create all we need
grep -v Git ${OPJ_SOURCE_DIR}/tools/abi-tracker/openjpeg.json > ./openjpeg.json
-abi-monitor ${OPJ_LIMIT_ABI_BUILDS} -get openjpeg.json
+#abi-monitor ${OPJ_LIMIT_ABI_BUILDS} -get openjpeg.json
if [ "${OPJ_LIMIT_ABI_BUILDS}" != "" ]; then
cp -f ${OPJ_SOURCE_DIR}/tools/abi-tracker/openjpeg.json ./openjpeg.json
else
@@ -76,8 +76,8 @@ else
grep -v Configure ${OPJ_SOURCE_DIR}/tools/abi-tracker/openjpeg.json > ./openjpeg.json
fi
cp -rf ${OPJ_SOURCE_DIR} src/openjpeg/current
-abi-monitor ${OPJ_LIMIT_ABI_BUILDS} -build openjpeg.json
-abi-tracker -build openjpeg.json
+abi-monitor ${OPJ_LIMIT_ABI_BUILDS} -rebuild openjpeg.json
+abi-tracker -rebuild openjpeg.json
EXIT_CODE=0