Skip to content

Commit

Permalink
Merge pull request #6 from thewtex/appveyor
Browse files Browse the repository at this point in the history
Appveyor
  • Loading branch information
thewtex committed Aug 29, 2017
2 parents 31951b7 + 2714701 commit 4843257
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
branches:
only:
- master

version: "1.0.0.{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

build: off

test: off

artifacts:

# pushing entire folder as a zip archive
- path: dist\*

deploy: off
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='itk-anisotropicdiffusionlbr',
version='0.1.0',
version='1.0.0',
author='Insight Software Consortium',
author_email='community@itk.org',
packages=['itk'],
Expand Down

0 comments on commit 4843257

Please sign in to comment.