forked from aws/aws-dynamodb-encryption-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildspec.yml
More file actions
27 lines (26 loc) · 759 Bytes
/
buildspec.yml
File metadata and controls
27 lines (26 loc) · 759 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
version: 0.2
batch:
fast-fail: false
build-list:
- identifier: python3_8
buildspec: codebuild/python3.8.yml
env:
image: aws/codebuild/standard:5.0
- identifier: python3_9
buildspec: codebuild/python3.9.yml
env:
image: aws/codebuild/standard:5.0
- identifier: python3_10
buildspec: codebuild/python3.10.yml
env:
image: aws/codebuild/standard:6.0
- identifier: python3_11
buildspec: codebuild/python3.11.yml
env:
image: aws/codebuild/standard:7.0
- identifier: python3_12
buildspec: codebuild/python3.12.yml
env:
image: aws/codebuild/standard:7.0
- identifier: code_coverage
buildspec: codebuild/coverage/coverage.yml