From 85f1dedb8d05774e0d3739be0a11cd970b98097f Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Fri, 4 Dec 2020 22:05:58 +0000 Subject: bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dfdf670bff..547d919974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -192,6 +192,8 @@ script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./python Tools/scripts/patchcheck.py --travis $TRAVIS_PULL_REQUEST; fi # Check that all symbols exported by libpython start with "Py" or "_Py" - make smelly + # Check that all symbols in the limited abi are present + - make check-limited-abi # `-r -w` implicitly provided through `make buildbottest`. - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then -- cgit v1.2.3-65-gdbad