3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ S2N_FILES=$(find "$PWD" -type f -name "s2n_*.[ch]")
19
19
S2N_FILES+=" "
20
20
S2N_FILES+=$( find " $PWD " /codebuild/ -type f -name " *.sh" )
21
21
S2N_FILES+=" "
22
+ S2N_FILES+=$( find " $PWD " /codebuild/ -type f -name " *.yml" )
23
+ S2N_FILES+=" "
22
24
S2N_FILES+=$( find " $PWD " /tests/ -type f -name " *.sh" )
23
25
S2N_FILES+=" "
24
26
S2N_FILES+=$( find " $PWD " /tests/integrationv2 -type f -name " *.py" )
Original file line number Diff line number Diff line change 1
1
---
2
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5
+ # this file except in compliance with the License. A copy of the License is
6
+ # located at
7
+ #
8
+ # http://aws.amazon.com/apache2.0/
9
+ #
10
+ # or in the "license" file accompanying this file. This file is distributed on an
11
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12
+ # implied. See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
2
15
# This is designed to work with CodeBuild's reserved instances fleet and curated Ec2 AMI for AL2023.
3
16
version : 0.2
4
17
env :
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5
+ # this file except in compliance with the License. A copy of the License is
6
+ # located at
7
+ #
8
+ # http://aws.amazon.com/apache2.0/
9
+ #
10
+ # or in the "license" file accompanying this file. This file is distributed on an
11
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12
+ # implied. See the License for the specific language governing permissions and
13
+ # limitations under the License.
1
14
version : 0.2
2
15
3
16
env :
0 commit comments