Skip to content

Commit 7ef9e21

Browse files
thewtexdzenanz
authored andcommitted
COMP: Update CI itk-git-tag for ITKModuleExternal.cmake build paths
Incorporates: InsightSoftwareConsortium/ITK#2240
1 parent 3329acf commit 7ef9e21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.2rc01"
16+
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2rc01"
21+
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2rc01"
26+
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.2rc01"
16+
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2rc01"
21+
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2rc01"
26+
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:

0 commit comments

Comments
 (0)