Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
5b4968df
Commit
5b4968df
authored
Sep 12, 2016
by
Jason Rhinelander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the gcc6/python 3.5 build use debug mode
parent
591a9999
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
.travis.yml
+2
-1
No files found.
.travis.yml
View file @
5b4968df
...
@@ -19,7 +19,7 @@ matrix:
...
@@ -19,7 +19,7 @@ matrix:
env
:
PYTHON=2.7 CPP=14 GCC=6
env
:
PYTHON=2.7 CPP=14 GCC=6
-
sudo
:
true
-
sudo
:
true
services
:
docker
services
:
docker
env
:
PYTHON=3.5 CPP=14 GCC=6
env
:
PYTHON=3.5 CPP=14 GCC=6
DEBUG=1
-
os
:
osx
-
os
:
osx
osx_image
:
xcode7.3
osx_image
:
xcode7.3
env
:
PYTHON=2.7 CPP=14 CLANG
env
:
PYTHON=2.7 CPP=14 CLANG
...
@@ -59,6 +59,7 @@ before_install:
...
@@ -59,6 +59,7 @@ before_install:
fi
fi
if [ -n "$CPP" ]; then export CPP=-std=c++$CPP; fi
if [ -n "$CPP" ]; then export CPP=-std=c++$CPP; fi
if [ "${PYTHON:0:1}" = "3" ]; then export PY=3; fi
if [ "${PYTHON:0:1}" = "3" ]; then export PY=3; fi
if [ -n "$DEBUG" ]; then export CMAKE_EXTRA_ARGS="-DCMAKE_BUILD_TYPE=Debug"; fi
-
|
-
|
# Initialize enviornment
# Initialize enviornment
if [ -n "$DOCKER" ]; then
if [ -n "$DOCKER" ]; then
...
...
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