File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -295,21 +295,6 @@ jobs:
295
295
SITE_PACKAGES_DIR=$(python3 "-c" "from distutils import sysconfig; print(sysconfig.get_python_lib())")
296
296
sed -i "6559d" ${SITE_PACKAGES_DIR}/sphinx/domains/cpp.py
297
297
298
- - name : Download ITK
299
- run : |
300
- cd ..
301
- git clone https://github.com/InsightSoftwareConsortium/ITK.git
302
- cd ITK
303
- git checkout ${{ matrix.itk-git-tag }}
304
-
305
- - name : Build ITK
306
- run : |
307
- cd ..
308
- mkdir ITK-build
309
- cd ITK-build
310
- cmake -DCMAKE_C_COMPILER:FILEPATH="${{ matrix.c-compiler }}" -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_CXX_COMPILER="${{ matrix.cxx-compiler }}" -DCMAKE_BUILD_TYPE:STRING=${{ matrix.cmake-build-type }} -DBUILD_TESTING:BOOL=OFF -GNinja ../ITK
311
- ninja
312
-
313
298
- name : Fetch CTest driver script
314
299
run : |
315
300
curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKSphinxExamples/dashboard/itkexamples_common.cmake -O
You can’t perform that action at this time.
0 commit comments