We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cee37 commit 314b5d8Copy full SHA for 314b5d8
buildconfig/Jenkins/Conda/conda-buildscript
@@ -145,6 +145,9 @@ rm -rf $BUILD_DIR/ctest_log
145
# Run the script that handles the build
146
$SCRIPT_DIR/build $WORKSPACE $CMAKE_PRESET $ENABLE_DOCS $ENABLE_DEV_DOCS $ENABLE_BUILD_CODE $ENABLE_UNIT_TESTS $ENABLE_SYSTEM_TESTS $ENABLE_COVERITY "$EXTRA_CMAKE_FLAGS" $BUILD_THREADS
147
148
+# Immediately run doc tests
149
+QT_QPA_PLATFORM=offscreen cmake --build . --target docs-doctest -j$BUILD_THREADS > doctest_output.txt
150
+
151
# Run unit and system tests
152
$SCRIPT_DIR/run-tests $WORKSPACE $ENABLE_SYSTEM_TESTS $ENABLE_UNIT_TESTS $ENABLE_DOCS $ENABLE_DOC_TESTS $BUILD_THREADS $USE_CORE_DUMPS
153
0 commit comments