File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ test:
21
21
override :
22
22
- set -o pipefail && cd doc && make html 2>&1 | tee ~/log.txt
23
23
- cat ~/log.txt && if grep -q "ERROR" ~/log.txt; then false; else true; fi
24
- - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_feeds Linear l1pipeline :
24
+ - if [ "$CIRCLE_NODE_INDEX" = "0" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_feeds Linear l1pipeline; fi :
25
25
pwd : ../examples
26
- - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_spm_dartel Linear level1 l2pipeline :
26
+ - if [ "$CIRCLE_NODE_INDEX" = "1" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_spm_dartel Linear level1 l2pipeline; fi :
27
27
pwd : ../examples
28
28
environment :
29
29
SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
30
30
FORCE_SPMMCR : 1
31
31
timeout : 1600
32
- - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_reuse Linear level1_workflow :
32
+ - if [ "$CIRCLE_NODE_INDEX" = "2" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_reuse Linear level1_workflow; fi :
33
33
pwd : ../examples
34
- - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_spm_nested Linear level1 l2pipeline :
34
+ - if [ "$CIRCLE_NODE_INDEX" = "3" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_spm_nested Linear level1 l2pipeline; fi :
35
35
pwd : ../examples
36
36
environment :
37
37
SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
You can’t perform that action at this time.
0 commit comments