Skip to content

Commit

Permalink
ENH: Fix CI (hashes MD5->SHA512, bump CMake version, ITK 5.3RC3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Feb 25, 2022
1 parent 8fa63c8 commit 1571225
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
itk-git-tag: "v5.3rc03"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
itk-git-tag: "v5.3rc03"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
itk-git-tag: "v5.3rc03"
cmake-build-type: "MinSizeRel"

steps:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10.2)
cmake_minimum_required(VERSION 3.16.3)
project(MultipleImageIterator)

if(NOT ITK_SOURCE_DIR)
Expand Down
1 change: 0 additions & 1 deletion test/img1.png.md5

This file was deleted.

1 change: 1 addition & 0 deletions test/img1.png.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
41b7891ffe795f3be66741fb97f3bcdbc1c3c1ed1c106558e21eed8b1da0c915265090b157c7b90505079592dc7a72cb891502848bcd61c6ed0f1183e3f5bf1e
1 change: 0 additions & 1 deletion test/img2.png.md5

This file was deleted.

1 change: 1 addition & 0 deletions test/img2.png.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3716251e3a8db0d6cc964f1ad829b16e4c2c81e1c8c3bec2dd4cddd05748c401e6353ed4655e4c71533f715907630bc3f35c0fb64a247a79d20a3536eb350cf1
1 change: 0 additions & 1 deletion test/img3.png.md5

This file was deleted.

1 change: 1 addition & 0 deletions test/img3.png.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bea7e907a05e9ab9a54b131baa734593917b00b1ec1ab83bb660ea625287ade3f66b8d48a1275274345515f7c6aa3d9c20bde8da6cf0e517b169ecc3509b5623
1 change: 0 additions & 1 deletion test/randBase.nrrd.md5

This file was deleted.

1 change: 1 addition & 0 deletions test/randBase.nrrd.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ff9106ce9fafe5c376ac5c08230a915d9a19924121b2c84c5d71a641adb210c216d82b5bf5d8bf6b7b4fbb405ba21296a2fbf3530dac394d4003fd79e7a1ad2b

0 comments on commit 1571225

Please sign in to comment.