File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -6,27 +6,22 @@ dependencies:
6
6
cache_directories :
7
7
- " ~/docker"
8
8
- " ~/examples"
9
+ - " ~/.apt-cache"
9
10
10
11
pre :
11
12
- mkdir -p "~/scratch/nose"
12
13
# Let CircleCI cache the apt archive
13
14
- sudo rm -rf /var/cache/apt/archives && sudo ln -s ~/.apt-cache /var/cache/apt/archives && mkdir -p ~/.apt-cache/partial
15
+ - sudo apt-get -y update && sudo apt-get install -y wget bzip2
14
16
15
17
override :
16
- - sudo apt-get -y update && sudo apt-get install -y wget bzip2
17
18
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
18
19
- docker build -f docker/nipype_test_py27/Dockerfile -t nipype/nipype_test:py27 . :
19
20
timeout : 1600
20
21
- mkdir -p ~/docker; docker save nipype/nipype_test:py27 > ~/docker/image.tar :
21
22
timeout : 1600
22
- - if [[ ! -d ~/examples/data ]]; then \
23
- wget -O nipype-tutorial.tar.bz2 https://googledrive.com/host/0BxI12kyv2olZR05SU1lPampNcVE && \
24
- tar jxvf nipype-tutorial.tar.bz2 && \
25
- mv nipype-tutorial/* ~/examples/; fi
26
- - if [[ ! -d ~/examples/feeds ]]; then \
27
- wget -O fsl-feeds.tar.gz https://googledrive.com/host/0BxI12kyv2olZNXBONlJKV0Y1Tm8 && \
28
- tar xzf fsl-feeds.tar.gz && \
29
- mv feeds ~/examples/; fi
23
+ - if [[ ! -d ~/examples/data ]]; then wget -O nipype-tutorial.tar.bz2 https://googledrive.com/host/0BxI12kyv2olZR05SU1lPampNcVE && tar jxvf nipype-tutorial.tar.bz2 && mv nipype-tutorial/* ~/examples/; fi
24
+ - if [[ ! -d ~/examples/feeds ]]; then wget -O fsl-feeds.tar.gz https://googledrive.com/host/0BxI12kyv2olZNXBONlJKV0Y1Tm8 && tar xzf fsl-feeds.tar.gz && mv feeds ~/examples/; fi
30
25
31
26
test :
32
27
override :
You can’t perform that action at this time.
0 commit comments