projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6a7d2b1
)
CI(appveyor.yml): Build wheel on building a tag
author
Oleg Broytman
<phd@phdru.name>
Sun, 1 Apr 2018 00:38:39 +0000
(
03:38
+0300)
committer
Oleg Broytman
<phd@phdru.name>
Sun, 1 Apr 2018 00:38:39 +0000
(
03:38
+0300)
project_template/appveyor.yml
patch
|
blob
|
history
diff --git
a/project_template/appveyor.yml
b/project_template/appveyor.yml
index 2acab3eddab129de46871eb3aee88b080ffc1108..5f9b60e16f2adba825567cf19d9289eebe5f4ed0 100644
(file)
--- a/
project_template/appveyor.yml
+++ b/
project_template/appveyor.yml
@@
-81,10
+81,12
@@
test_script:
- "%CMD_IN_ENV% tox"
#after_test:
- "%CMD_IN_ENV% tox"
#after_test:
-# # If tests are successful, create binary package
-# - "pip install wheel"
-# - "%CMD_IN_ENV% python setup.py bdist_wheel"
-# - ps: "ls dist"
+# # If tests are successful and we've tested a tag, create binary package
+# - if "%APPVEYOR_REPO_TAG%" == "true" (
+# pip install wheel &&
+# %CMD_IN_ENV% python setup.py bdist_wheel &&
+# ls dist
+# )
#
#artifacts:
# # Archive the generated packages in the ci.appveyor.com build report
#
#artifacts:
# # Archive the generated packages in the ci.appveyor.com build report