Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
REL: Build against ITK v4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
T4mmi committed Feb 5, 2019
1 parent bacd5d4 commit 5c17cef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "0.0.1.{build}"
install:

- curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/windows-download-cache-and-build-module-wheels.ps1 -O
- ps: .\windows-download-cache-and-build-module-wheels.ps1
- ps: $env:ITK_PACKAGE_VERSION='v4.13.0'; .\windows-download-cache-and-build-module-wheels.ps1

build: off

Expand Down
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build-and-test:
working_directory: /ITKBinaryThinning3D-build
docker:
- image: insighttoolkit/module-ci:latest
- image: insighttoolkit/module-ci:v4.13
steps:
- checkout:
path: /ITKBinaryThinning3D
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
name: Build Python packages
no_output_timeout: 1.0h
command: |
export ITK_PACKAGE_VERSION=v4.13.0
./dockcross-manylinux-download-cache-and-build-module-wheels.sh
- store_artifacts:
path: dist
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ script:
- curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh
-O
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
- export ITK_PACKAGE_VERSION=v4.13.0
- "./macpython-download-cache-and-build-module-wheels.sh"
- tar -zcvf dist.tar.gz dist/
- curl -F file="@dist.tar.gz" https://file.io
Expand All @@ -25,4 +26,4 @@ deploy:
edge:
branch: v1.8.45
on:
tag: true
tag: true

0 comments on commit 5c17cef

Please sign in to comment.