You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: circle.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ dependencies:
5
5
- "~/examples/feeds"
6
6
- "~/mcr"
7
7
- "~/spm12"
8
+
- "~/examples/fsl_course_data"
8
9
override:
9
10
- pip install --upgrade pip
10
11
- pip install -e .
11
12
- pip install matplotlib sphinx ipython
12
13
- if [[ ! -d ~/examples/data ]]; then wget "http://tcpdiag.dl.sourceforge.net/project/nipy/nipype/nipype-0.2/nipype-tutorial.tar.bz2"; tar jxvf nipype-tutorial.tar.bz2; mkdir ~/examples; mv nipype-tutorial/* ~/examples/; fi
13
14
# we download this manually because CircleCI does not cache apt
14
15
- if [[ ! -d ~/examples/feeds ]]; then wget "http://fsl.fmrib.ox.ac.uk/fsldownloads/fsl-5.0.8-feeds.tar.gz"; tar zxvf fsl-5.0.8-feeds.tar.gz; mv feeds ~/examples/; fi
16
+
- if [[ ! -d ~/examples/fsl_course_data ]]; then wget "wget -c http://fsl.fmrib.ox.ac.uk/fslcourse/fdt1.tar.gz"; wget "wget -c http://fsl.fmrib.ox.ac.uk/fslcourse/fdt2.tar.gz"; mkdir ~/examples/fsl_course_data; tar zxvf fdt1.tar.gz -C ~/examples/fsl_course_data; tar zxvf fdt2.tar.gz -C ~/examples/fsl_course_data; fi
15
17
- wget -O- http://neuro.debian.net/lists/trusty.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
0 commit comments