Kaydet (Commit) 667eaffb authored tarafından Jeroen Demeyer's avatar Jeroen Demeyer Kaydeden (comit) Inada Naoki

bpo-33926: enable GDB tests on Travis CI (GH-14395)

üst a719c8f4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment