abi_check.sh: comment OPJ_PREVIOUS_VERSION
This commit is contained in:
parent
77e391cfe6
commit
e29604cfca
|
@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OPJ_UPLOAD_ABI_REPORT=0
|
OPJ_UPLOAD_ABI_REPORT=0
|
||||||
OPJ_PREVIOUS_VERSION="2.4.0"
|
#OPJ_PREVIOUS_VERSION="2.4.0"
|
||||||
OPJ_LATEST_VERSION="2.5.0"
|
OPJ_LATEST_VERSION="2.5.0"
|
||||||
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
|
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
|
||||||
OPJ_LIMIT_ABI_BUILDS="-limit 3"
|
OPJ_LIMIT_ABI_BUILDS="-limit 3"
|
||||||
|
|
Loading…
Reference in New Issue