InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

ENH: Use transfer.sh for macOS package upload. #86

Closed jhlegarreta closed 5 years ago

jhlegarreta commented 5 years ago

Prefer transfer.sh over file.io for macOS package upload.

jhlegarreta commented 5 years ago

The TravisCI error is a timeout error:

The job exceeded the maximum time limit for jobs, and has been terminated.
thewtex commented 5 years ago

To avoid the timeout, one option is to only build a subset of the Python versions per:

https://github.com/InsightSoftwareConsortium/ITKPythonPackage/blob/1ada858de4e893286a014fe951c7c6760df26b5e/scripts/macpython-build-module-wheels.sh#L6-L9

jhlegarreta commented 5 years ago

@thewtex thanks for the tip ! Testing here.

jhlegarreta commented 5 years ago

BTW, I'll update the remote modules' hash tags in the ITK source tree later next week.

phcerdan commented 5 years ago

Nice, please rebase this branch to have the green ci that you solved on #87.

jhlegarreta commented 5 years ago

@phcerdan Done in 4757fb4.

jhlegarreta commented 5 years ago

BTW, any idea why we do not see the Circle CI and Appveyor CI build checks in the PRs? May be they are just enabled for master and not for PR's?