File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11SlicerExecutionModel
22====================
33
4+ [ ![ Circle CI] ( https://circleci.com/gh/Slicer/SlicerExecutionModel.svg?style=svg )] ( https://circleci.com/gh/Slicer/SlicerExecutionModel )
5+
46Overview
57--------
68
Original file line number Diff line number Diff line change 1+ machine :
2+ services :
3+ - docker
4+
5+ dependencies :
6+ override :
7+ - docker info
8+ - docker pull slicer/slicerexecutionmodel:itk-v4.8.0_use_system_libraries-off
9+
10+ test :
11+ override :
12+ - mkdir ~/SlicerExecutionModel-build
13+ - docker run -v ~/SlicerExecutionModel:/usr/src/SlicerExecutionModel -v ~/SlicerExecutionModel-build:/usr/src/SlicerExecutionModel-build slicer/slicerexecutionmodel:itk-v4.8.0_use_system_libraries-off /usr/src/SlicerExecutionModel/test/Docker/test.sh
14+
You can’t perform that action at this time.
0 commit comments