Skip to content

Commit 5d287d5

Browse files
committed
Add a custom build config for releases
1 parent 4535350 commit 5d287d5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

build.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ schedules:
4343
- python: [3.4, 3.6]
4444
- cassandra: ['2.0', '2.1', '3.0']
4545

46+
commit_branches:
47+
schedule: per_commit
48+
branches:
49+
include: [/.+release/]
50+
env_vars: |
51+
EVENT_LOOP_MANAGER='libev'
52+
EXCLUDE_LONG=1
53+
matrix:
54+
exclude:
55+
- python: [3.4, 3.6]
56+
4657
weekly_libev:
4758
schedule: 0 10 * * 6
4859
branches:

0 commit comments

Comments
 (0)