Skip to content

Commit 8388353

Browse files
committed
github actions: CodeQL - cleanup vtk/itk build folders
1 parent 88160dc commit 8388353

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
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

0 commit comments

Comments
 (0)