forked from aws/aws-encryption-sdk-dafny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildspec.yml
30 lines (29 loc) · 1.18 KB
/
buildspec.yml
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
29
30
version: 0.2
batch:
fast-fail: false
build-list:
- identifier: dafny_verify
buildspec: codebuild/dafny/verify.yml
# The GitHub Actions verification job on Mac OS is the definitive build task,
# and Dafny does not behave consistently across platforms, so this one
# sometimes fails spuriously.
# See https://github.com/dafny-lang/dafny/issues/1807
# It is useful to gather data on when these inconsistencies occur,
# so we still run this task but ignore failures.
ignore-failure: true
- identifier: dotnet_tests
buildspec: codebuild/dotnet/tests.yml
- identifier: dotnet_vectors
buildspec: codebuild/dotnet/test-vectors.yml
- identifier: dotnet_generate_vectors
buildspec: codebuild/dotnet/generate-test-vectors.yml
- identifier: dotnet_tests_windows
buildspec: codebuild/dotnet/tests-windows.yml
env:
type: WINDOWS_SERVER_2019_CONTAINER
image: aws/codebuild/windows-base:2019-1.0
- identifier: dotnet_benchmark_windows
buildspec: codebuild/dotnet/benchmark-windows.yml
env:
type: WINDOWS_SERVER_2019_CONTAINER
image: aws/codebuild/windows-base:2019-1.0