Skip to content

Commit 8e7d820

Browse files
authored
chore: add build windows to workflows (#659)
1 parent 821c33b commit 8e7d820

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codebuild/e2e_workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ batch:
1010
buildspec: .codebuild/build_linux.yml
1111
env:
1212
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
1319
- identifier: test
1420
buildspec: .codebuild/test.yml
1521
env:

0 commit comments

Comments
 (0)