fix abi-check

This commit is contained in:
Antonin Descampe 2016-09-29 20:23:01 +02:00
parent 5695ac15ff
commit cc0c71c30b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if [ "${OPJ_CI_ABI_CHECK:-}" != "1" ]; then
fi
OPJ_UPLOAD_ABI_REPORT=0
#OPJ_PREVIOUS_VERSION="2.1"
OPJ_PREVIOUS_VERSION="2.1.1"
OPJ_LATEST_VERSION="2.1.2"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"