@@ -118,6 +118,7 @@ jobs:
118
118
at : ~/
119
119
- run : cp .circleci/.env_8.4.ci .env
120
120
- run : find . -type f -name "*.a" -exec touch {} +
121
+ - run : npm install -g deno
121
122
- run : time make test
122
123
123
124
make-test-8-4-shared :
@@ -130,6 +131,7 @@ jobs:
130
131
at : ~/
131
132
- run : cp .circleci/.env_8.4-shared.ci .env
132
133
- run : find . -type f -name "*.a" -exec touch {} +
134
+ - run : npm install -g deno
133
135
- run : time make test
134
136
135
137
make-test-8-4-dynamic :
@@ -142,6 +144,7 @@ jobs:
142
144
at : ~/
143
145
- run : cp .circleci/.env_8.4-dynamic.ci .env
144
146
- run : find . -type f -name "*.a" -exec touch {} +
147
+ - run : npm install -g deno
145
148
- run : time make test
146
149
147
150
make-test-8-3-static :
@@ -154,6 +157,7 @@ jobs:
154
157
at : ~/
155
158
- run : cp .circleci/.env_8.4.ci .env
156
159
- run : find . -type f -name "*.a" -exec touch {} +
160
+ - run : npm install -g deno
157
161
- run : time make test
158
162
159
163
make-test-8-3-shared :
@@ -166,6 +170,7 @@ jobs:
166
170
at : ~/
167
171
- run : cp .circleci/.env_8.3-shared.ci .env
168
172
- run : find . -type f -name "*.a" -exec touch {} +
173
+ - run : npm install -g deno
169
174
- run : time make test
170
175
171
176
make-test-8-3-dynamic :
@@ -178,6 +183,7 @@ jobs:
178
183
at : ~/
179
184
- run : cp .circleci/.env_8.3-dynamic.ci .env
180
185
- run : find . -type f -name "*.a" -exec touch {} +
186
+ - run : npm install -g deno
181
187
- run : time make test
182
188
183
189
make-test-8-2-static :
@@ -190,6 +196,7 @@ jobs:
190
196
at : ~/
191
197
- run : cp .circleci/.env_8.2.ci .env
192
198
- run : find . -type f -name "*.a" -exec touch {} +
199
+ - run : npm install -g deno
193
200
- run : time make test
194
201
195
202
make-test-8-2-shared :
@@ -202,6 +209,7 @@ jobs:
202
209
at : ~/
203
210
- run : cp .circleci/.env_8.2-shared.ci .env
204
211
- run : find . -type f -name "*.a" -exec touch {} +
212
+ - run : npm install -g deno
205
213
- run : time make test
206
214
207
215
make-test-8-2-dynamic :
@@ -214,6 +222,7 @@ jobs:
214
222
at : ~/
215
223
- run : cp .circleci/.env_8.2-dynamic.ci .env
216
224
- run : find . -type f -name "*.a" -exec touch {} +
225
+ - run : npm install -g deno
217
226
- run : time make test
218
227
219
228
make-test-8-1-static :
@@ -226,6 +235,7 @@ jobs:
226
235
at : ~/
227
236
- run : cp .circleci/.env_8.1.ci .env
228
237
- run : find . -type f -name "*.a" -exec touch {} +
238
+ - run : npm install -g deno
229
239
- run : time make test
230
240
231
241
make-test-8-1-shared :
@@ -238,6 +248,7 @@ jobs:
238
248
at : ~/
239
249
- run : cp .circleci/.env_8.1-shared.ci .env
240
250
- run : find . -type f -name "*.a" -exec touch {} +
251
+ - run : npm install -g deno
241
252
- run : time make test
242
253
243
254
make-test-8-1-dynamic :
@@ -250,6 +261,7 @@ jobs:
250
261
at : ~/
251
262
- run : cp .circleci/.env_8.1-dynamic.ci .env
252
263
- run : find . -type f -name "*.a" -exec touch {} +
264
+ - run : npm install -g deno
253
265
- run : time make test
254
266
255
267
make-test-8-0-static :
@@ -262,6 +274,7 @@ jobs:
262
274
at : ~/
263
275
- run : cp .circleci/.env_8.0.ci .env
264
276
- run : find . -type f -name "*.a" -exec touch {} +
277
+ - run : npm install -g deno
265
278
- run : time make test
266
279
267
280
make-test-8-0-shared :
@@ -274,6 +287,7 @@ jobs:
274
287
at : ~/
275
288
- run : cp .circleci/.env_8.0-shared.ci .env
276
289
- run : find . -type f -name "*.a" -exec touch {} +
290
+ - run : npm install -g deno
277
291
- run : time make test
278
292
279
293
make-test-8-0-dynamic :
@@ -286,4 +300,5 @@ jobs:
286
300
at : ~/
287
301
- run : cp .circleci/.env_8.0-dynamic.ci .env
288
302
- run : find . -type f -name "*.a" -exec touch {} +
303
+ - run : npm install -g deno
289
304
- run : time make test
0 commit comments