Skip to content

Commit 1e29501

Browse files
authored
Merge pull request #9 from thewtex/itk-version
ENH: Update Azure Pipelines configuration for ITK 5.0.0
2 parents 1a8c3b0 + e446fcb commit 1e29501

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

test/azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
variables:
2-
ITKGitTag: v5.0rc01
3-
CMakeBuildType: MinSizeRel
2+
ITKGitTag: v5.0.0
3+
ITKPythonGitTag: v5.0.0.post1
4+
CMakeBuildType: Release
45

56
trigger:
67
batch: true
@@ -156,7 +157,7 @@ jobs:
156157
displayName: 'Fetch build script'
157158
158159
- script: |
159-
export ITK_PACKAGE_VERSION=$(ITKGitTag)
160+
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
160161
./dockcross-manylinux-download-cache-and-build-module-wheels.sh
161162
displayName: 'Build Python packages'
162163
@@ -171,7 +172,7 @@ jobs:
171172
timeoutInMinutes: 0
172173
cancelTimeoutInMinutes: 300
173174
pool:
174-
vmImage: 'macos-10.13'
175+
vmImage: 'macos-10.14'
175176

176177
steps:
177178
- script: |
@@ -180,7 +181,7 @@ jobs:
180181
displayName: 'Fetch build script'
181182
182183
- script: |
183-
export ITK_PACKAGE_VERSION=$(ITKGitTag)
184+
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
184185
./macpython-download-cache-and-build-module-wheels.sh
185186
displayName: 'Build Python packages'
186187
@@ -204,7 +205,7 @@ jobs:
204205
205206
- script: |
206207
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
207-
set ITK_PACKAGE_VERSION=$(ITKGitTag)
208+
set ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
208209
set CC=cl.exe
209210
set CXX=cl.exe
210211
powershell.exe -file .\windows-download-cache-and-build-module-wheels.ps1

0 commit comments

Comments
 (0)