@@ -13,17 +13,17 @@ jobs:
13
13
- os : ubuntu-18.04
14
14
c-compiler : " gcc"
15
15
cxx-compiler : " g++"
16
- itk-git-tag : " v5.2rc02 "
16
+ itk-git-tag : " v5.2rc03 "
17
17
cmake-build-type : " MinSizeRel"
18
18
- os : windows-2019
19
19
c-compiler : " cl.exe"
20
20
cxx-compiler : " cl.exe"
21
- itk-git-tag : " v5.2rc02 "
21
+ itk-git-tag : " v5.2rc03 "
22
22
cmake-build-type : " Release"
23
23
- os : macos-10.15
24
24
c-compiler : " clang"
25
25
cxx-compiler : " clang++"
26
- itk-git-tag : " v5.2rc02 "
26
+ itk-git-tag : " v5.2rc03 "
27
27
cmake-build-type : " MinSizeRel"
28
28
29
29
steps :
@@ -132,17 +132,17 @@ jobs:
132
132
- os : ubuntu-18.04
133
133
c-compiler : " gcc"
134
134
cxx-compiler : " g++"
135
- itk-git-tag : " v5.2rc02 "
135
+ itk-git-tag : " v5.2rc03 "
136
136
cmake-build-type : " MinSizeRel"
137
137
- os : windows-2019
138
138
c-compiler : " cl.exe"
139
139
cxx-compiler : " cl.exe"
140
- itk-git-tag : " v5.2rc02 "
140
+ itk-git-tag : " v5.2rc03 "
141
141
cmake-build-type : " Release"
142
142
- os : macos-10.15
143
143
c-compiler : " clang"
144
144
cxx-compiler : " clang++"
145
- itk-git-tag : " v5.2rc02 "
145
+ itk-git-tag : " v5.2rc03 "
146
146
cmake-build-type : " MinSizeRel"
147
147
148
148
steps :
@@ -157,7 +157,7 @@ jobs:
157
157
run : |
158
158
python -m pip install --upgrade pip
159
159
python -m pip install ninja
160
- python -m pip install itk==5.2rc02
160
+ python -m pip install itk==5.2rc03
161
161
162
162
- name : Get specific version of CMake, Ninja
163
163
uses : lukka/get-cmake@v3.18.3
@@ -260,17 +260,17 @@ jobs:
260
260
- os : ubuntu-18.04
261
261
c-compiler : " gcc"
262
262
cxx-compiler : " g++"
263
- itk-git-tag : " v5.2rc02 "
263
+ itk-git-tag : " v5.2rc03 "
264
264
cmake-build-type : " MinSizeRel"
265
265
- os : windows-2019
266
266
c-compiler : " cl.exe"
267
267
cxx-compiler : " cl.exe"
268
- itk-git-tag : " v5.2rc02 "
268
+ itk-git-tag : " v5.2rc03 "
269
269
cmake-build-type : " Release"
270
270
- os : macos-10.15
271
271
c-compiler : " clang"
272
272
cxx-compiler : " clang++"
273
- itk-git-tag : " v5.2rc02 "
273
+ itk-git-tag : " v5.2rc03 "
274
274
cmake-build-type : " MinSizeRel"
275
275
276
276
steps :
@@ -284,7 +284,7 @@ jobs:
284
284
run : |
285
285
python -m pip install --upgrade pip
286
286
python -m pip install ninja
287
- python -m pip install itk==5.2rc02
287
+ python -m pip install itk==5.2rc03
288
288
python -m pip install matplotlib
289
289
python -m pip install itkwidgets
290
290
@@ -301,7 +301,7 @@ jobs:
301
301
- os : ubuntu-18.04
302
302
c-compiler : " gcc"
303
303
cxx-compiler : " g++"
304
- itk-git-tag : " v5.2rc02 "
304
+ itk-git-tag : " v5.2rc03 "
305
305
cmake-build-type : " Release"
306
306
307
307
steps :
0 commit comments