Skip to content

Commit 1dd7930

Browse files
authored
Merge pull request #98 from thewtex/cmake-3.18
2 parents 4c2fc10 + 73d4488 commit 1dd7930

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
python -m pip install ninja
4141
python -m pip install cookiecutter
4242
43+
- name: Get specific of CMake, Ninja
44+
uses: lukka/[email protected]
45+
4346
- name: Download ITK
4447
run: |
4548
cd ..
@@ -189,6 +192,13 @@ jobs:
189192
steps:
190193
- uses: actions/checkout@v2
191194

195+
- name: 'Specific XCode version'
196+
run: |
197+
sudo xcode-select -s "/Applications/Xcode_11.7.app"
198+
199+
- name: Get specific of CMake, Ninja
200+
uses: lukka/[email protected]
201+
192202
- name: 'Fetch build script'
193203
run: |
194204
curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
@@ -236,6 +246,9 @@ jobs:
236246
with:
237247
python-version: '3.x'
238248

249+
- name: Get specific of CMake, Ninja
250+
uses: lukka/[email protected]
251+
239252
- name: Evaluate template
240253
shell: bash
241254
run: |

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
python -m pip install --upgrade pip
4040
python -m pip install ninja
4141
42+
- name: Get specific of CMake, Ninja
43+
uses: lukka/[email protected]
44+
4245
- name: Download ITK
4346
run: |
4447
cd ..
@@ -174,6 +177,13 @@ jobs:
174177
steps:
175178
- uses: actions/checkout@v2
176179

180+
- name: 'Specific XCode version'
181+
run: |
182+
sudo xcode-select -s "/Applications/Xcode_11.7.app"
183+
184+
- name: Get specific of CMake, Ninja
185+
uses: lukka/[email protected]
186+
177187
- name: 'Fetch build script'
178188
run: |
179189
curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
@@ -201,6 +211,9 @@ jobs:
201211
- itk-python-git-tag: "v5.1.2"
202212

203213
steps:
214+
- name: Get specific of CMake, Ninja
215+
uses: lukka/[email protected]
216+
204217
- uses: actions/checkout@v2
205218
with:
206219
path: "im"

0 commit comments

Comments
 (0)