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
43
Issues
43
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
3579cf78
Commit
3579cf78
authored
Feb 06, 2017
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
ac509072
Pipeline
#252
failed with stage
in 140 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
.gitlab-ci.yml
.gitlab-ci.yml
+11
-3
No files found.
.gitlab-ci.yml
View file @
3579cf78
job_gcc_amd64
:
script
:
-
export TERM=dumb
-
./autogen.sh
-
./configure CXX="ccache g++" PYTHON=python3 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
--enable-openmp
-
./configure CXX="ccache g++" PYTHON=python3 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
-
export TERM=dumb
-
cd doc; python3 /usr/bin/sphinx-build -b doctest . build *.rst demos/inference/inference.rst
tags
:
-
amd64
job_clang_amd64
:
script
:
-
export TERM=dumb
-
./autogen.sh
-
./configure CXX="ccache clang++" PYTHON=python3 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
-
export TERM=dumb
-
cd doc; python3 /usr/bin/sphinx-build -b doctest . build *.rst demos/inference/inference.rst
tags
:
-
amd64
job_gcc_py2_amd64
:
script
:
-
export TERM=dumb
-
./autogen.sh
-
./configure CXX="ccache g++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
--enable-openmp
-
./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
...
...
@@ -33,6 +38,7 @@ job_gcc_py2_amd64:
job_clang_py2_amd64
:
script
:
-
export TERM=dumb
-
./autogen.sh
-
./configure CXX="ccache clang++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
...
...
@@ -44,8 +50,9 @@ job_clang_py2_amd64:
job_gcc_amd64_nosh
:
script
:
-
export TERM=dumb
-
./autogen.sh
-
./configure CXX="ccache g++" PYTHON=python3 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages --
enable-openmp --
disable-sparsehash
-
./configure CXX="ccache g++" PYTHON=python3 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages --disable-sparsehash
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
...
...
@@ -55,6 +62,7 @@ job_gcc_amd64_nosh:
job_clang_amd64_nosh
:
script
:
-
export TERM=dumb
-
./autogen.sh
-
./configure CXX="ccache clang++" PYTHON=python3 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages --disable-sparsehash
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
...
...
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