File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+ env :
3
+ shell : powershell.exe
4
+ phases :
5
+ build :
6
+ commands :
7
+ - yarn run production-build
8
+
9
+ artifacts :
10
+ files :
11
+ - ' shared-scripts.sh'
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ batch:
10
10
buildspec : .codebuild/build_linux.yml
11
11
env :
12
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
13
19
- identifier : test
14
20
buildspec : .codebuild/test.yml
15
21
env :
Original file line number Diff line number Diff line change 8
8
build-graph :
9
9
- identifier : build_linux
10
10
buildspec : .codebuild/build_linux.yml
11
+ - identifier : build_windows
12
+ buildspec : .codebuild/build_windows.yml
13
+ env :
14
+ type : WINDOWS_SERVER_2019_CONTAINER
15
+ compute-type : BUILD_GENERAL1_LARGE
16
+ image : $WINDOWS_IMAGE_2019
11
17
- identifier : test
12
18
buildspec : .codebuild/test.yml
13
19
depend-on :
Original file line number Diff line number Diff line change 8
8
build-graph :
9
9
- identifier : build_linux
10
10
buildspec : .codebuild/build_linux.yml
11
+ - identifier : build_windows
12
+ buildspec : .codebuild/build_windows.yml
13
+ env :
14
+ type : WINDOWS_SERVER_2019_CONTAINER
15
+ compute-type : BUILD_GENERAL1_LARGE
16
+ image : $WINDOWS_IMAGE_2019
11
17
- identifier : test
12
18
buildspec : .codebuild/test.yml
13
19
depend-on :
24
30
buildspec : .codebuild/deploy.yml
25
31
depend-on :
26
32
- test
33
+ - build-windows
You can’t perform that action at this time.
0 commit comments