From: Jeroen Demeyer Date: Thu, 27 Jun 2019 11:17:44 +0000 (+0200) Subject: bpo-33926: enable GDB tests on Travis CI (GH-14395) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=667eaffb4e5d03bf8129773f79649c3befaa5b1a;p=python bpo-33926: enable GDB tests on Travis CI (GH-14395) --- diff --git a/.travis.yml b/.travis.yml index addff77334..3e2cbb6fb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,7 @@ env: - OPENSSL=1.1.1c - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" - PATH="${OPENSSL_DIR}/bin:$PATH" - # Use -O3 because we don't use debugger on Travis-CI - - CFLAGS="-I${OPENSSL_DIR}/include -O3" + - CFLAGS="-I${OPENSSL_DIR}/include" - LDFLAGS="-L${OPENSSL_DIR}/lib" # Set rpath with env var instead of -Wl,-rpath linker flag # OpenSSL ignores LDFLAGS when linking bin/openssl @@ -43,6 +42,7 @@ matrix: addons: apt: packages: + - gdb - xvfb - name: "Documentation build" os: linux