File tree Expand file tree Collapse file tree 3 files changed +43
-16
lines changed Expand file tree Collapse file tree 3 files changed +43
-16
lines changed Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
- env :
4
- variables :
5
- NODE_OPTIONS : " --max-old-space-size=4096"
6
-
7
- phases :
8
- install :
9
- runtime-versions :
10
- nodejs : 10
11
- commands :
12
- - npm ci --unsafe-perm
13
- - npm run build
14
- build :
15
- commands :
16
- - npm test
17
- - npm run test_conditions
18
- - npm run verdaccio
3
+ batch :
4
+ fast-fail : false
5
+ build-list :
6
+ - identifier : nodejs10
7
+ buildspec : codebuild/nodejs10.yml
8
+ - identifier : nodejs12
9
+ buildspec : codebuild/nodejs12.yml
Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+
3
+ env :
4
+ variables :
5
+ NODE_OPTIONS : " --max-old-space-size=4096"
6
+
7
+ phases :
8
+ install :
9
+ runtime-versions :
10
+ nodejs : 10
11
+ commands :
12
+ - npm ci --unsafe-perm
13
+ - npm run build
14
+ build :
15
+ commands :
16
+ - npm test
17
+ - npm run test_conditions
18
+ - npm run verdaccio
Original file line number Diff line number Diff line change
1
+ version : 0.2
2
+
3
+ env :
4
+ variables :
5
+ NODE_OPTIONS : " --max-old-space-size=4096"
6
+
7
+ phases :
8
+ install :
9
+ runtime-versions :
10
+ nodejs : 12
11
+ commands :
12
+ - npm ci --unsafe-perm
13
+ - npm run build
14
+ build :
15
+ commands :
16
+ - npm test
17
+ - npm run test_conditions
18
+ - npm run verdaccio
You can’t perform that action at this time.
0 commit comments