Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
257f80df
Commit
257f80df
authored
Mar 03, 2016
by
Tiago Peixoto
Browse files
Fix i386 builds
parent
bc7495ba
Pipeline
#115
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
257f80df
job_gcc_386
:
script
:
-
./autogen.sh
-
./configure CXX="ccache g++" PYTHON=python3 --with-boost-python=py34 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
-
./configure CXX="ccache g++" PYTHON=python3 --with-boost-python=py34 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
--with-boost-coroutine=boost_coroutine
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
...
...
@@ -12,7 +12,7 @@ job_gcc_386:
job_gcc_py2_386
:
script
:
-
./autogen.sh
-
./configure CXX="ccache g++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
-
./configure CXX="ccache g++" PYTHON=python2 --prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages
--with-boost-coroutine=boost_coroutine
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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