File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,8 @@ cmake -G Ninja \
31
31
-DDOCS_SCREENSHOTS=ON \
32
32
${WORKSPACE} /source
33
33
34
- # Build the StandardTestData target. We need this test data to build docs-html
35
- cmake --build . --target DocTestData
36
-
37
34
# Configure the 'datasearch.directories' in the Mantid.properties file so the test data is found
38
- # Docs should only require DocTest data
35
+ # Docs should only require DocTestData which is a dependency of the target
39
36
export STANDARD_TEST_DATA_DIR=$PWD /ExternalData/Testing/Data
40
37
echo ' datasearch.directories = ' $STANDARD_TEST_DATA_DIR ' /DocTest/' >> $WORKSPACE /miniforge/envs/docs-build/bin/Mantid.properties
41
38
Original file line number Diff line number Diff line change @@ -35,13 +35,8 @@ LD_PRELOAD="" \
35
35
-GNinja \
36
36
../
37
37
38
- cmake --build .
39
-
40
- # Build the DocTestData target. This might not be strictly necessary.
41
- cmake --build . --target DocTestData
42
-
43
38
# Configure the 'datasearch.directories' in the Mantid.properties file so the test data is found
44
- # Docs should only require DocTest data
39
+ # Docs should only require DocTestData
45
40
export STANDARD_TEST_DATA_DIR=$SRC_DIR /build/ExternalData/Testing/Data
46
41
echo ' datasearch.directories = ' $STANDARD_TEST_DATA_DIR ' /DocTest/' >> $PREFIX /bin/Mantid.properties
47
42
You can’t perform that action at this time.
0 commit comments