File tree Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+
3
+ batch :
4
+ fast-fail : false
5
+ build-list :
6
+ - identifier : openjdk8
7
+ buildspec : codebuild/openjdk8.yml
8
+ env :
9
+ env :
10
+ image : aws/codebuild/standard:3.0
11
+ - identifier : openjdk11
12
+ buildspec : codebuild/openjdk11.yml
13
+ env :
14
+ env :
15
+ image : aws/codebuild/standard:3.0
16
+ - identifier : corretto8
17
+ buildspec : codebuild/corretto8.yml
18
+ env :
19
+ env :
20
+ image : aws/codebuild/amazonlinux2-x86_64-standard:3.0
21
+ - identifier : corretto11
22
+ buildspec : codebuild/corretto11.yml
23
+ env :
24
+ env :
25
+ image : aws/codebuild/amazonlinux2-x86_64-standard:3.0
Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+
3
+ phases :
4
+ install :
5
+ runtime-versions :
6
+ java : corretto11
7
+ build :
8
+ commands :
9
+ - mvn install -Dgpg.skip=true '-DtestVectorZip=https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-1.3.8.zip'
Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+
3
+ phases :
4
+ install :
5
+ runtime-versions :
6
+ java : corretto8
7
+ build :
8
+ commands :
9
+ - mvn install -Dgpg.skip=true '-DtestVectorZip=https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-1.3.8.zip'
Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+
3
+ phases :
4
+ install :
5
+ runtime-versions :
6
+ java : openjdk11
7
+ build :
8
+ commands :
9
+ - mvn install -Dgpg.skip=true '-DtestVectorZip=https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-1.3.8.zip'
Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+
3
+ phases :
4
+ install :
5
+ runtime-versions :
6
+ java : openjdk8
7
+ build :
8
+ commands :
9
+ - mvn install -Dgpg.skip=true '-DtestVectorZip=https://github.com/awslabs/aws-encryption-sdk-test-vectors/raw/master/vectors/awses-decrypt/python-1.3.8.zip'
You can’t perform that action at this time.
0 commit comments