This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Commit a7116b4
committed
Update Travis for handle N-API builds
Since N-API is a versioned API the binding code is specific to
a particular version. In this case it's current N-API v3 which
only ships in Node 10 at the moment.
This means the binary only builds on Node 10, but runs on N-API
enabled (and shimmed) Node versions. As a result we need to build
the binaries upfront on Node 10 and share it across all test runs.1 parent b2e7bcb commit a7116b4
1 file changed
+29
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
23 | | - | |
24 | | - | |
| 33 | + | |
25 | 34 | | |
26 | | - | |
27 | | - | |
| 35 | + | |
28 | 36 | | |
29 | | - | |
30 | | - | |
| 37 | + | |
31 | 38 | | |
32 | | - | |
33 | | - | |
| 39 | + | |
34 | 40 | | |
35 | | - | |
36 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
0 commit comments