Skip to content

Commit

Permalink
CI: Disable sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 21, 2024
1 parent a57ffda commit 50d5c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_support/run_docker_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake -DCMAKE_INSTALL_PREFIX=~/.local \
-DCMAKE_UNITY_BUILD=ON \
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic -Wshadow -Werror -D_GLIBCXX_ASSERTIONS" \
-DSWIG_COMPILE_FLAGS="-O1 -Wno-unused-parameter -Wno-shadow" \
-DUSE_SPHINX=ON -DSPHINX_FLAGS="-W -T -j4" \
-DUSE_SPHINX=OFF -DSPHINX_FLAGS="-W -T -j4" \
/io
make install
make tests
Expand Down

0 comments on commit 50d5c5e

Please sign in to comment.