We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed29f8d commit 1a230f2Copy full SHA for 1a230f2
circle.yml
@@ -0,0 +1,14 @@
1
+machine:
2
+ services:
3
+ - docker
4
+
5
+dependencies:
6
+ override:
7
+ - docker info
8
+ - docker pull insighttoolkit/minimalpathextraction-test
9
10
+test:
11
12
+ - mkdir ~/ITKMinimialPathExtraction-build
13
+ - docker run -v ~/ITKMinimalPathExtraction:/usr/src/ITKMinimalPathExtraction -v ~/ITKMinimalPathExtraction-build:/usr/src/ITKMinimalPathExtraction-build insighttoolkit/minimalpathextraction-test /usr/src/ITKMinimalPathExtraction/test/Docker/test.sh
14
0 commit comments