@@ -13,17 +13,17 @@ jobs:
1313 - os : ubuntu-18.04
1414 c-compiler : " gcc"
1515 cxx-compiler : " g++"
16- itk-git-tag : " v5.1.0 "
16+ itk-git-tag : " v5.1.1 "
1717 cmake-build-type : " MinSizeRel"
1818 - os : windows-2019
1919 c-compiler : " cl.exe"
2020 cxx-compiler : " cl.exe"
21- itk-git-tag : " v5.1.0 "
21+ itk-git-tag : " v5.1.1 "
2222 cmake-build-type : " Release"
2323 - os : macos-10.15
2424 c-compiler : " clang"
2525 cxx-compiler : " clang++"
26- itk-git-tag : " v5.1.0 "
26+ itk-git-tag : " v5.1.1 "
2727 cmake-build-type : " MinSizeRel"
2828
2929 steps :
6161 cd ..
6262 mkdir ITK-build
6363 cd ITK-build
64- echo %cd%
6564 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
6665 cmake -DCMAKE_C_COMPILER:FILEPATH="${{ matrix.c-compiler }}" -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_CXX_COMPILER="${{ matrix.cxx-compiler }}" -DCMAKE_BUILD_TYPE:STRING=${{ matrix.cmake-build-type }} -DBUILD_TESTING:BOOL=OFF -GNinja ../ITK
6766 ninja
@@ -101,6 +100,9 @@ jobs:
101100 set(dashboard_no_clean 1)
102101 set(ENV{CC} ${{ matrix.c-compiler }})
103102 set(ENV{CXX} ${{ matrix.cxx-compiler }})
103+ if(WIN32)
104+ set(ENV{PATH} "\${CTEST_DASHBOARD_ROOT}/ITK-build/bin;\$ENV{PATH}")
105+ endif()
104106 set(dashboard_cache "
105107 ITK_DIR:PATH=\${CTEST_DASHBOARD_ROOT}/ITK-build
106108 BUILD_TESTING:BOOL=ON
@@ -129,9 +131,9 @@ jobs:
129131 strategy :
130132 max-parallel : 2
131133 matrix :
132- python-version : [35, 36, 37, 38]
134+ python-version : [36, 37, 38, 39 ]
133135 include :
134- - itk-python-git-tag : " v5.1.0.post2 "
136+ - itk-python-git-tag : " v5.1.1.post1 "
135137
136138 steps :
137139 - uses : actions/checkout@v2
@@ -167,7 +169,7 @@ jobs:
167169 max-parallel : 2
168170 matrix :
169171 include :
170- - itk-python-git-tag : " v5.1.0.post2 "
172+ - itk-python-git-tag : " v5.1.1.post1 "
171173
172174 steps :
173175 - uses : actions/checkout@v2
@@ -194,9 +196,9 @@ jobs:
194196 strategy :
195197 max-parallel : 2
196198 matrix :
197- python-version-minor : [5, 6, 7, 8]
199+ python-version-minor : [6, 7, 8, 9 ]
198200 include :
199- - itk-python-git-tag : " v5.1.0.post2 "
201+ - itk-python-git-tag : " v5.1.1.post1 "
200202
201203 steps :
202204 - uses : actions/checkout@v2
0 commit comments