-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
61 lines (44 loc) · 1.21 KB
/
hie.yaml
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
cradle:
stack:
- path: "day18"
component: "day18:lib"
- path: "day18/app"
component: "day18:exe:day18"
- path: "day18/test"
component: "day18:test:day18-test"
- path: "day19"
component: "day19:lib"
- path: "day19/app"
component: "day19:exe:day19"
- path: "day19/test"
component: "day19:test:day19-test"
- path: "day20"
component: "day20:lib"
- path: "day20/app"
component: "day20:exe:day20"
- path: "day20/test"
component: "day20:test:day20-test"
- path: "day21"
component: "day21:lib"
- path: "day21/app"
component: "day21:exe:day21"
- path: "day21/test"
component: "day21:test:day21-test"
- path: "day22"
component: "day22:lib"
- path: "day22/app"
component: "day22:exe:day22"
- path: "day22/test"
component: "day22:test:day22-test"
- path: "day22/bench"
component: "day22:bench:day22-bench"
- path: "old"
component: "old:lib"
- path: "old/app"
component: "old:exe:old"
- path: "old/test"
component: "old:test:old-test"
- path: "util"
component: "util:lib"
- path: "util/test"
component: "util:test:util-test"