@@ -7,18 +7,18 @@ executors:
7
7
8
8
commands :
9
9
build_project :
10
- description : " Building << path >>..."
10
+ description : ' Building << path >>...'
11
11
parameters :
12
12
path :
13
13
type : string
14
- default : " "
14
+ default : ' '
15
15
steps :
16
16
- restore_cache :
17
17
name : Restore Yarn Package Cache for << parameters.path >>
18
18
keys :
19
19
- yarn-packages-{{ checksum "<< parameters.path >>/yarn.lock" }}
20
20
- run :
21
- name : " Building << parameters.path >>"
21
+ name : ' Building << parameters.path >>'
22
22
command : |
23
23
cd "<< parameters.path >>"
24
24
yarn
@@ -34,134 +34,138 @@ jobs:
34
34
steps :
35
35
- checkout
36
36
- build_project :
37
- path : " angular-instantsearch/loading-indicator"
37
+ path : ' angular-instantsearch/loading-indicator'
38
38
- build_project :
39
- path : " angular-instantsearch/algolia-insights"
39
+ path : ' angular-instantsearch/algolia-insights'
40
40
- build_project :
41
- path : " angular-instantsearch/autocomplete-results-page"
41
+ path : ' angular-instantsearch/autocomplete-results-page'
42
42
- build_project :
43
- path : " angular-instantsearch/debounced-search-box"
43
+ path : ' angular-instantsearch/debounced-search-box'
44
44
- build_project :
45
- path : " angular-instantsearch/extending-widgets"
45
+ path : ' angular-instantsearch/extending-widgets'
46
46
- build_project :
47
- path : " angular-instantsearch/geo-search"
47
+ path : ' angular-instantsearch/geo-search'
48
48
- build_project :
49
- path : " angular-instantsearch/infinite-scroll"
49
+ path : ' angular-instantsearch/infinite-scroll'
50
50
- build_project :
51
- path : " angular-instantsearch/multi-index-autocomplete"
51
+ path : ' angular-instantsearch/multi-index-autocomplete'
52
52
- build_project :
53
- path : " angular-instantsearch/multi-index-hits"
53
+ path : ' angular-instantsearch/multi-index-hits'
54
54
- build_project :
55
- path : " angular-instantsearch/query-suggestions"
55
+ path : ' angular-instantsearch/query-suggestions'
56
56
- build_project :
57
- path : " angular-instantsearch/refresh"
57
+ path : ' angular-instantsearch/refresh'
58
58
- build_project :
59
- path : " angular-instantsearch/routing-basic"
59
+ path : ' angular-instantsearch/routing-basic'
60
60
- build_project :
61
- path : " angular-instantsearch/routing-seo-friendly"
61
+ path : ' angular-instantsearch/routing-seo-friendly'
62
62
- build_project :
63
- path : " angular-instantsearch/routing-state-mapping"
63
+ path : ' angular-instantsearch/routing-state-mapping'
64
64
- build_project :
65
- path : " angular-instantsearch/secured-api-keys"
65
+ path : ' angular-instantsearch/secured-api-keys'
66
66
67
67
build_react_projects :
68
68
executor : node14
69
69
steps :
70
70
- checkout
71
71
- build_project :
72
- path : " react-instantsearch/autocomplete-mentions "
72
+ path : ' react-instantsearch/algolia-insights '
73
73
- build_project :
74
- path : " react-instantsearch/autocomplete-results-page "
74
+ path : ' react-instantsearch/conditional-debouncing '
75
75
- build_project :
76
- path : " react-instantsearch/extending-widgets "
76
+ path : ' react-instantsearch/conditional-request '
77
77
- build_project :
78
- path : " react-instantsearch/infinite-scroll "
78
+ path : ' react-instantsearch/facet-dropdown '
79
79
- build_project :
80
- path : " react-instantsearch/multi-index-autocomplete "
80
+ path : ' react-instantsearch/geo-search '
81
81
- build_project :
82
- path : " react-instantsearch/multi-index-hits "
82
+ path : ' react-instantsearch/infinite-scroll '
83
83
- build_project :
84
- path : " react-instantsearch/query-suggestions "
84
+ path : ' react-instantsearch/multi-index-hits '
85
85
- build_project :
86
- path : " react-instantsearch/routing-basic "
86
+ path : ' react-instantsearch/query-suggestions '
87
87
- build_project :
88
- path : " react-instantsearch/routing-seo-friendly "
88
+ path : ' react-instantsearch/range-slider-with-radix-ui '
89
89
- build_project :
90
- path : " react-instantsearch/routing-user-friendly "
90
+ path : ' react-instantsearch/range-slider-with-react-spectrum '
91
91
- build_project :
92
- path : " react-instantsearch/secured-api-keys "
92
+ path : ' react-instantsearch/remix '
93
93
- build_project :
94
- path : " react-instantsearch/algolia-insights"
94
+ path : ' react-instantsearch/routing-basic'
95
+ - build_project :
96
+ path : ' react-instantsearch/routing-seo-friendly'
97
+ - build_project :
98
+ path : ' react-instantsearch/secured-api-keys'
95
99
96
100
build_vanilla_projects :
97
101
executor : node14
98
102
steps :
99
103
- checkout
100
104
- build_project :
101
- path : " instantsearch.js/autocomplete-results-page"
105
+ path : ' instantsearch.js/autocomplete-results-page'
102
106
- build_project :
103
- path : " instantsearch.js/geo-search-control"
107
+ path : ' instantsearch.js/geo-search-control'
104
108
- build_project :
105
- path : " instantsearch.js/geo-search-custom-marker"
109
+ path : ' instantsearch.js/geo-search-custom-marker'
106
110
- build_project :
107
- path : " instantsearch.js/geo-search-hits"
111
+ path : ' instantsearch.js/geo-search-hits'
108
112
- build_project :
109
- path : " instantsearch.js/infinite-scroll"
113
+ path : ' instantsearch.js/infinite-scroll'
110
114
- build_project :
111
- path : " instantsearch.js/multi-index-autocomplete"
115
+ path : ' instantsearch.js/multi-index-autocomplete'
112
116
- build_project :
113
- path : " instantsearch.js/multi-index-hits"
117
+ path : ' instantsearch.js/multi-index-hits'
114
118
- build_project :
115
- path : " instantsearch.js/query-suggestions"
119
+ path : ' instantsearch.js/query-suggestions'
116
120
- build_project :
117
- path : " instantsearch.js/refresh-cache-periodically"
121
+ path : ' instantsearch.js/refresh-cache-periodically'
118
122
- build_project :
119
- path : " instantsearch.js/refresh-cache-user-action"
123
+ path : ' instantsearch.js/refresh-cache-user-action'
120
124
- build_project :
121
- path : " instantsearch.js/routing-basic"
125
+ path : ' instantsearch.js/routing-basic'
122
126
- build_project :
123
- path : " instantsearch.js/routing-seo-friendly"
127
+ path : ' instantsearch.js/routing-seo-friendly'
124
128
- build_project :
125
- path : " instantsearch.js/secured-api-keys"
129
+ path : ' instantsearch.js/secured-api-keys'
126
130
127
131
build_vue_projects :
128
132
executor : node14
129
133
steps :
130
134
- checkout
131
135
- build_project :
132
- path : " vue-instantsearch/algolia-insights"
136
+ path : ' vue-instantsearch/algolia-insights'
133
137
- build_project :
134
- path : " vue-instantsearch/autocomplete-results-page"
138
+ path : ' vue-instantsearch/autocomplete-results-page'
135
139
- build_project :
136
- path : " vue-instantsearch/debounced-search-box"
140
+ path : ' vue-instantsearch/debounced-search-box'
137
141
- build_project :
138
- path : " vue-instantsearch/extending-widgets"
142
+ path : ' vue-instantsearch/extending-widgets'
139
143
- build_project :
140
- path : " vue-instantsearch/geo-search"
144
+ path : ' vue-instantsearch/geo-search'
141
145
- build_project :
142
- path : " vue-instantsearch/infinite-scroll"
146
+ path : ' vue-instantsearch/infinite-scroll'
143
147
- build_project :
144
- path : " vue-instantsearch/loading-indicator"
148
+ path : ' vue-instantsearch/loading-indicator'
145
149
- build_project :
146
- path : " vue-instantsearch/multi-index-autocomplete"
150
+ path : ' vue-instantsearch/multi-index-autocomplete'
147
151
- build_project :
148
- path : " vue-instantsearch/multi-index-hits"
152
+ path : ' vue-instantsearch/multi-index-hits'
149
153
- build_project :
150
- path : " vue-instantsearch/query-suggestions"
154
+ path : ' vue-instantsearch/query-suggestions'
151
155
- build_project :
152
- path : " vue-instantsearch/refresh"
156
+ path : ' vue-instantsearch/refresh'
153
157
- build_project :
154
- path : " vue-instantsearch/routing-basic"
158
+ path : ' vue-instantsearch/routing-basic'
155
159
- build_project :
156
- path : " vue-instantsearch/routing-seo-friendly"
160
+ path : ' vue-instantsearch/routing-seo-friendly'
157
161
- build_project :
158
- path : " vue-instantsearch/routing-state-mapping"
162
+ path : ' vue-instantsearch/routing-state-mapping'
159
163
- build_project :
160
- path : " vue-instantsearch/routing-vue-router"
164
+ path : ' vue-instantsearch/routing-vue-router'
161
165
- build_project :
162
- path : " vue-instantsearch/secured-api-keys"
166
+ path : ' vue-instantsearch/secured-api-keys'
163
167
- build_project :
164
- path : " vue-instantsearch/server-side-rendering"
168
+ path : ' vue-instantsearch/server-side-rendering'
165
169
166
170
workflows :
167
171
version : 2.1
0 commit comments