-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildspec.yml
62 lines (61 loc) Β· 1.22 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
version: 0.2
#env:
#variables:
# key: "value"
# key: "value"
#parameter-store:
# key: "value"
# key: "value"
#secrets-manager:
# key: secret-id:json-key:version-stage:version-id
# key: secret-id:json-key:version-stage:version-id
#exported-variables:
# - variable
# - variable
#git-credential-helper: yes
#batch:
#fast-fail: true
#build-list:
#build-matrix:
#build-graph:
phases:
install:
#Ubuntu νμ€ μ΄λ―Έμ§ 2.0 μ΄μμ μ¬μ©νλ κ²½μ° λ°νμ λ²μ μ μ§μ ν΄μΌ ν©λλ€.
#λ°νμ λ²μ μ μ§μ νλ κ²½μ° Ubuntu νμ€ μ΄λ―Έμ§ 2.0 μ΄μΈμ μ΄λ―Έμ§λ₯Ό μ¬μ©νλ©΄ λΉλμ μ€ν¨ν©λλ€.
#runtime-versions:
# name: version
# name: version
commands:
- npm install -g typescript
- npm install
# - command
#pre_build:
#commands:
# - command
# - command
build:
commands:
- yarn run build
# - command
#post_build:
#commands:
# - command
# - command
#reports:
#report-name-or-arn:
#files:
# - location
# - location
#base-directory: location
#discard-paths: yes
#file-format: JunitXml | CucumberJson
artifacts:
files:
- "**/*"
# - location
#name: $(date +%Y-%m-%d)
discard-paths: no
base-directory: ./
#cache:
#paths:
# - paths