Skip to content

Commit

Permalink
CI/linux: Use 1 thread for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jul 31, 2024
1 parent d5c4ff4 commit dc4086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/run_docker_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cmake -DCMAKE_INSTALL_PREFIX=~/.local \
-DSWIG_COMPILE_FLAGS="-O1 -Wno-unused-parameter -Wno-shadow" \
-DSPHINX_FLAGS="-W -T -j4" \
${source_dir}
make install
OPENTURNS_NUM_THREADS=1 make install
if test -n "${uid}" -a -n "${gid}"
then
cp -r ~/.local/share/doc/openturns/html .
Expand Down

0 comments on commit dc4086f

Please sign in to comment.