Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
6a60a564
Commit
6a60a564
authored
Jun 19, 2019
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.gitlab-ci.yml: Disable Python 2 tests
parent
e9cc8f1c
Pipeline
#491
failed with stage
in 1274 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
.gitlab-ci.yml
.gitlab-ci.yml
+20
-20
No files found.
.gitlab-ci.yml
View file @
6a60a564
...
...
@@ -20,27 +20,27 @@ job_clang_amd64:
tags
:
-
amd64
job_gcc_py2_amd64
:
script
:
-
./autogen.sh
-
./configure CXX="ccache g++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
-
cd doc; python2 /usr/bin/sphinx-build2 -b doctest . build *.rst demos/inference/inference.rst
tags
:
-
amd64
#
job_gcc_py2_amd64:
#
script:
#
- ./autogen.sh
#
- ./configure CXX="ccache g++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
#
- CCACHE_BASEDIR=$PWD make $MAKEOPTS
#
- make install
#
- export PYTHONPATH=$PWD/install/site-packages
#
- cd doc; python2 /usr/bin/sphinx-build2 -b doctest . build *.rst demos/inference/inference.rst
#
tags:
#
- amd64
job_clang_py2_amd64
:
script
:
-
./autogen.sh
-
./configure CXX="ccache clang++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
-
cd doc; python2 /usr/bin/sphinx-build2 -b doctest . build *.rst
tags
:
-
amd64
#
job_clang_py2_amd64:
#
script:
#
- ./autogen.sh
#
- ./configure CXX="ccache clang++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
#
- CCACHE_BASEDIR=$PWD make $MAKEOPTS
#
- make install
#
- export PYTHONPATH=$PWD/install/site-packages
#
- cd doc; python2 /usr/bin/sphinx-build2 -b doctest . build *.rst
#
tags:
#
- amd64
job_gcc_amd64_nosh
:
script
:
...
...
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