Skip to content

Commit

Permalink
Merge pull request #42 from thewtex/azure-pipelines-version
Browse files Browse the repository at this point in the history
Azure pipelines version
  • Loading branch information
thewtex authored Jun 18, 2019
2 parents 374b55c + 4cf0221 commit 4ed1e79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-cuberille',
version='2.0.0',
version='2.0.1',
author='Dan Mueller',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -44,6 +44,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.0rc01'
r'itk>=5.0.0.post1'
]
)
9 changes: 5 additions & 4 deletions test/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
variables:
ITKGitTag: v5.0rc01
ITKGitTag: v5.0.0
ITKPythonGitTag: v5.0.0.post1
CMakeBuildType: MinSizeRel

trigger:
Expand Down Expand Up @@ -156,7 +157,7 @@ jobs:
displayName: 'Fetch build script'
- script: |
export ITK_PACKAGE_VERSION=$(ITKGitTag)
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
./dockcross-manylinux-download-cache-and-build-module-wheels.sh
displayName: 'Build Python packages'
Expand All @@ -180,7 +181,7 @@ jobs:
displayName: 'Fetch build script'
- script: |
export ITK_PACKAGE_VERSION=$(ITKGitTag)
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
./macpython-download-cache-and-build-module-wheels.sh
displayName: 'Build Python packages'
Expand All @@ -204,7 +205,7 @@ jobs:
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set ITK_PACKAGE_VERSION=$(ITKGitTag)
set ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
set CC=cl.exe
set CXX=cl.exe
powershell.exe -file .\windows-download-cache-and-build-module-wheels.ps1
Expand Down

0 comments on commit 4ed1e79

Please sign in to comment.