Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
667eaffb
Commit
667eaffb
authored
Jun 27, 2019
by
Jeroen Demeyer
Committed by
Inada Naoki
Jun 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33926: enable GDB tests on Travis CI (GH-14395)
parent
a719c8f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
667eaffb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment