Skip to content

Commit 74878f0

Browse files
committed
ENH: Remove redundant ITK build step in docs CI
1 parent ef1b9ea commit 74878f0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -295,21 +295,6 @@ jobs:
295295
SITE_PACKAGES_DIR=$(python3 "-c" "from distutils import sysconfig; print(sysconfig.get_python_lib())")
296296
sed -i "6559d" ${SITE_PACKAGES_DIR}/sphinx/domains/cpp.py
297297
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-
313298
- name: Fetch CTest driver script
314299
run: |
315300
curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKSphinxExamples/dashboard/itkexamples_common.cmake -O

0 commit comments

Comments
 (0)