File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 9393 cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.VTK_CMAKE_OPTIONS}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/vtk-9.4.1 ../src-9.4.1
9494 cmake --build . --config ${{env.BUILD_TYPE}} -j 4
9595 cmake --install . --config ${{env.BUILD_TYPE}}
96+ cd ..
97+ rm -r vtk
98+ ls -al vtk-9.4.1
99+ du -sh vtk-9.4.1
96100
97101 # #################################################################
98102 # ITK
@@ -116,6 +120,10 @@ jobs:
116120 cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.ITK_CMAKE_OPTIONS}} -DVTK_DIR:PATH=${{github.workspace}}/vtk-9.4.1 -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/itk-5.4.0 ../src-5.4.0
117121 cmake --build . --config ${{env.BUILD_TYPE}} -j 4
118122 cmake --install . --config ${{env.BUILD_TYPE}}
123+ cd ..
124+ rm -r itk
125+ ls -al itk-5.4.0
126+ du -sh itk-5.4.0
119127
120128 - if : matrix.build-mode == 'manual'
121129 name : open_iA install dependencies
You can’t perform that action at this time.
0 commit comments