File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ head of the branch. If you add new commits onto the branch, those will also auto
5757be run through the CI process. The status of the CI process (passing, failing, or in progress) will
5858be displayed directly in the PR page in GitHub.
5959
60- The CircleCI build will run according to the [ circle. yml file ] ( circle. yml) ,
60+ The CircleCI build will run according to the [ .circleci/config. yml] ( .circleci/config. yml) file ,
6161which is useful as an example for how to set up your own environment for testing.
6262
6363Your test results will be posted on [ SlicerExecutionModel's dashboard] ( http://slicer.cdash.org/index.php?project=SlicerExecutionModel ) .
@@ -71,7 +71,7 @@ With each PR, SlicerExecutionModel is built and tested against multiple version
7171environment is made available in docker images:
7272
7373* Each environment is described in a `` Dockerfile `` found in a `` Docker-ITK-vX.Y.Z `` subdirectory of [ test] ( ./test ) .
74- * Testing using a given environment is enabled updating the [ circle. yml] ( circle .yml) file.
74+ * Testing using a given environment is enabled updating the [ .circleci/config. yml] ( .circleci/config .yml) file.
7575* Before enabling an environment, associated docker image has to be (1) built locally running the ` build.sh ` script
7676 and (2) manually pushed to [ dockerhub] ( https://hub.docker.com/r/slicer/slicerexecutionmodel/tags/ ) .
7777
You can’t perform that action at this time.
0 commit comments