Automatic upload of ABI report (ctd)
authorAntonin Descampe <antonin@gmail.com>
Tue, 21 Jun 2016 15:21:08 +0000 (17:21 +0200)
committerAntonin Descampe <antonin@gmail.com>
Tue, 21 Jun 2016 15:21:08 +0000 (17:21 +0200)
tools/travis-ci/abi-check.sh

index 1c4311ebb8603dbc3a11e4d098954f9aac9c947d..48a32826402239ecd52826555e14c7c9886ba841 100755 (executable)
@@ -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