We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821c33b commit 8e7d820Copy full SHA for 8e7d820
.codebuild/e2e_workflow.yml
@@ -10,6 +10,12 @@ batch:
10
buildspec: .codebuild/build_linux.yml
11
env:
12
compute-type: BUILD_GENERAL1_LARGE
13
+ - identifier: build_windows
14
+ buildspec: .codebuild/build_windows.yml
15
+ env:
16
+ type: WINDOWS_SERVER_2019_CONTAINER
17
+ compute-type: BUILD_GENERAL1_LARGE
18
+ image: $WINDOWS_IMAGE_2019
19
- identifier: test
20
buildspec: .codebuild/test.yml
21
0 commit comments