-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from thewtex/itk-5.4.0
ENH: Update CI and Python package for ITK 5.4.0
- Loading branch information
Showing
2 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,10 @@ name: Build, test, package | |
on: [push,pull_request] | ||
|
||
env: | ||
itk-git-tag: "v5.4rc04" | ||
itk-wheel-tag: "v5.4rc04" | ||
itk-python-package-tag: "v5.4rc04" | ||
itk-git-tag: "v5.4.0" | ||
itk-wheel-tag: "v5.4.0" | ||
# v5.4.0 + fixes | ||
itk-python-package-tag: "a52d9b596b4f0da5ddb770ee99851e5c65ca3053" | ||
itk-python-package-org: "InsightSoftwareConsortium" | ||
ctest-options: "" | ||
|
||
|
@@ -52,7 +53,7 @@ jobs: | |
- uses: ilammy/setup-nasm@v1 | ||
|
||
- name: Get specific version of CMake, Ninja | ||
uses: lukka/get-cmake@v3.24.2 | ||
uses: lukka/get-cmake@v3.29.6 | ||
|
||
- name: 'Specific XCode version' | ||
if: matrix.os == 'macos-12' | ||
|
@@ -180,6 +181,9 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Get specific version of CMake, Ninja | ||
uses: lukka/[email protected] | ||
|
||
- name: Free Disk Space (Ubuntu) | ||
uses: jlumbroso/[email protected] | ||
with: | ||
|
@@ -264,7 +268,7 @@ jobs: | |
sudo xcode-select -s "/Applications/Xcode_15.0.1.app" | ||
- name: Get specific version of CMake, Ninja | ||
uses: lukka/[email protected].0 | ||
uses: lukka/[email protected].6 | ||
|
||
- uses: shogo82148/actions-setup-perl@v1 | ||
- uses: ilammy/setup-nasm@v1 | ||
|
@@ -330,7 +334,7 @@ jobs: | |
|
||
steps: | ||
- name: Get specific version of CMake, Ninja | ||
uses: lukka/[email protected].0 | ||
uses: lukka/[email protected].6 | ||
|
||
- uses: actions/checkout@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters