mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
appveyor: enable 32-bit, build zipfile of wheels as artifact
This commit is contained in:
parent
d23db295e6
commit
2cd30f6e72
@ -6,7 +6,7 @@ environment:
|
||||
|
||||
# For Python versions available on Appveyor, see
|
||||
# http://www.appveyor.com/docs/installed-software#python
|
||||
#- PYTHON: "C:\\Python27"
|
||||
- PYTHON: "C:\\Python27"
|
||||
- PYTHON: "C:\\Python27-x64"
|
||||
# DISTUTILS_USE_SDK: "1"
|
||||
# TOX_TESTENV_PASSENV: "DISTUTILS_USE_SDK INCLUDE LIB"
|
||||
@ -45,7 +45,8 @@ after_test:
|
||||
artifacts:
|
||||
# bdist_wheel puts your built wheel in the dist directory
|
||||
# "pip wheel -w dist ." puts all the dependency wheels there too
|
||||
- path: dist\*
|
||||
# this gives us a zipfile with everything
|
||||
- path: dist
|
||||
|
||||
#on_success:
|
||||
# You can use this step to upload your artifacts to a public website.
|
||||
|
Loading…
Reference in New Issue
Block a user