File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11machine :
22 services :
33 - docker
4+ environment :
5+ DOCKER_TAG_1 : itk-v4.8.0_use_system_libraries-off
46
57dependencies :
68 override :
79 - docker info
8- - docker pull slicer/slicerexecutionmodel:itk-v4.8.0_use_system_libraries-off
10+ - docker pull slicer/slicerexecutionmodel:$DOCKER_TAG_1
911
1012test :
1113 override :
1214 - 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
15+ - docker run -v ~/SlicerExecutionModel:/usr/src/SlicerExecutionModel -v ~/SlicerExecutionModel-build:/usr/src/SlicerExecutionModel-build slicer/slicerexecutionmodel:$DOCKER_TAG_1 /usr/src/SlicerExecutionModel/test/Docker/test.sh $DOCKER_TAG_1
1416
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ docker run \
1313 --rm \
1414 -v $script_dir /../..:/usr/src/SlicerExecutionModel \
1515 slicer/slicerexecutionmodel:$lower_case_tag \
16- /usr/src/SlicerExecutionModel/test/Docker/test.sh
16+ /usr/src/SlicerExecutionModel/test/Docker/test.sh $lower_case_tag
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ cd /usr/src/SlicerExecutionModel-build || die "Could not cd into the build direc
1313cmake \
1414 -G Ninja \
1515 -DCMAKE_BUILD_TYPE:STRING=Release \
16+ -DBUILDNAME:STRING=$1 \
1617 /usr/src/SlicerExecutionModel || die " CMake configuration failed"
1718ctest -VV -D Experimental || die " ctest failed"
You can’t perform that action at this time.
0 commit comments