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
f4b4e2e9
Commit
f4b4e2e9
authored
Jan 03, 2019
by
Boris Staletic
Committed by
Wenzel Jakob
Jan 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new Doxygen archive URL - fixes Travis
parent
e2b884c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.travis.yml
+5
-4
No files found.
.travis.yml
View file @
f4b4e2e9
...
@@ -10,16 +10,17 @@ matrix:
...
@@ -10,16 +10,17 @@ matrix:
# - Makes sure that everything still works without optional deps (numpy/scipy/eigen) and
# - Makes sure that everything still works without optional deps (numpy/scipy/eigen) and
# also tests the automatic discovery functions in CMake (Python version, C++ standard).
# also tests the automatic discovery functions in CMake (Python version, C++ standard).
-
os
:
linux
-
os
:
linux
dist
:
xenial
# Necessary to run doxygen 1.8.15
env
:
STYLE DOCS PIP
env
:
STYLE DOCS PIP
cache
:
false
cache
:
false
before_install
:
before_install
:
-
pyenv global $(pyenv whence 2to3)
# activate all python versions
-
pyenv global $(pyenv whence 2to3)
# activate all python versions
-
PY_CMD=python3
-
PY_CMD=python3
-
$PY_CMD -m pip install --user --upgrade pip wheel
-
$PY_CMD -m pip install --user --upgrade pip wheel
setuptools
install
:
install
:
-
$PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
-
$PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
-
curl -fsSL
ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz
| tar xz
-
curl -fsSL
https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download
| tar xz
-
export PATH="$PWD/doxygen-1.8.1
2
/bin:$PATH"
-
export PATH="$PWD/doxygen-1.8.1
5
/bin:$PATH"
script
:
script
:
-
tools/check-style.sh
-
tools/check-style.sh
-
flake8
-
flake8
...
@@ -32,7 +33,7 @@ matrix:
...
@@ -32,7 +33,7 @@ matrix:
diff -rq $installed ./include/pybind11
diff -rq $installed ./include/pybind11
-
|
-
|
# Barebones build
# Barebones build
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
cmake -DCMAKE_BUILD_TYPE=Debug -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
-DPYTHON_EXECUTABLE=$(which $PY_CMD)
make pytest -j 2
make pytest -j 2
make cpptest -j 2
make cpptest -j 2
# The following are regular test configurations, including optional dependencies.
# The following are regular test configurations, including optional dependencies.
...
...
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