forked from beeware/voc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeekeeper.yml
More file actions
28 lines (28 loc) · 734 Bytes
/
Copy pathbeekeeper.yml
File metadata and controls
28 lines (28 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pull_request:
- beefore:
name: Prebuild checks
subtasks:
- pycodestyle:
name: Python lint checks
task: beefore
- javacheckstyle:
name: Java lint checks
task: beefore-java
- smoke-test:
task: voc-py34
name: Smoke build (Python 3.4)
profile: hi-cpu
- full-test:
subtasks:
- py3.5:
name: Python 3.5 tests
task: voc-py35
- py3.6:
name: Python 3.6 tests
task: voc-py36
profile: hi-cpu
push:
- smoke-test:
task: voc-py34
name: Smoke build (Python 3.4)
profile: hi-cpu