Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Malte R
graph-tool
Commits
6ddf1e63
Commit
6ddf1e63
authored
Sep 17, 2020
by
Tiago Peixoto
Browse files
CI: fix job_clang_cxx_amd64
parent
e8251e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6ddf1e63
...
...
@@ -27,11 +27,8 @@ job_clang_amd64:
job_clang_cxx_amd64
:
script
:
-
./autogen.sh
-
./configure CXX="ccache clang++" PYTHON=python3
--prefix=$PWD/install --with-python-module-path=$PWD/install/site-packages CPPFLAGS="-I/usr/include/c++/v1"
CXXFLAGS="-
-
std
=gnu++17 -nostdinc++ -O3" LDFLAGS="-nodefaultlibs -lc++ -lc++abi -lm -lc -lgcc_s -lgcc
"
-
./configure CXX="ccache clang++" PYTHON=python3 CXXFLAGS="-std
lib=libc++" LDFLAGS="-lc++abi
"
-
CCACHE_BASEDIR=$PWD make $MAKEOPTS
-
make install
-
export PYTHONPATH=$PWD/install/site-packages
-
cd doc; (mkdir builds envs; pids=(); for f in `ls *rst`; do python3 /usr/bin/sphinx-build -E -d envs/$f -b doctest . builds/$f $f & pids+=($!); done; for p in "${pids[@]}"; do wait "$p"; done);
tags
:
-
amd64
except
:
...
...
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