travis/appveyor: only build from master or wip/* branches
This commit is contained in:
parent
7654895e46
commit
139030e1fb
@ -6,6 +6,14 @@ environment:
|
|||||||
- JOB: "3.7 64-bit"
|
- JOB: "3.7 64-bit"
|
||||||
PYTHON_HOME: "C:\\Python37-x64"
|
PYTHON_HOME: "C:\\Python37-x64"
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
# We want to build wip/* branches since these are not usually used for PRs
|
||||||
|
- /^wip\/.*$/
|
||||||
|
# We want to build version tags as well.
|
||||||
|
- /^\d+\.\d+.*$/
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# If there is a newer build queued for the same PR, cancel this one.
|
# If there is a newer build queued for the same PR, cancel this one.
|
||||||
# The AppVeyor 'rollout builds' option is supposed to serve the same
|
# The AppVeyor 'rollout builds' option is supposed to serve the same
|
||||||
|
@ -6,6 +6,14 @@ env:
|
|||||||
- TWINE_USERNAME="anthrotype"
|
- TWINE_USERNAME="anthrotype"
|
||||||
- secure: PJuCmlDuwnojiw3QuDhfNAaU4f/yeJcEcRzJAudA66bwZK7hvxV7Tiy9A17Bm6yO0HbJmmyjsIr8h2e7/PyY6QCaV8RqcMDkQ0UraU16pRsihp0giVXJoWscj2sCP4cNDOBVwSaGAX8yZ2OONc5srESywghzcy8xmgw6O+XFqx4=
|
- secure: PJuCmlDuwnojiw3QuDhfNAaU4f/yeJcEcRzJAudA66bwZK7hvxV7Tiy9A17Bm6yO0HbJmmyjsIr8h2e7/PyY6QCaV8RqcMDkQ0UraU16pRsihp0giVXJoWscj2sCP4cNDOBVwSaGAX8yZ2OONc5srESywghzcy8xmgw6O+XFqx4=
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
# We want to build wip/* branches since these are not usually used for PRs
|
||||||
|
- /^wip\/.*$/
|
||||||
|
# We want to build version tags as well.
|
||||||
|
- /^\d+\.\d+.*$/
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user