This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Commit 77b1e30
authored
Create explicit CI job matrix (#585)
- Replace matrix expansion with explicit job matrix in `.travis.yml`
- Remove legacy `sudo: false` from `.travis.yml`
- Make prebuilds on Node.js Current instead of 8. Technically this does
not matter; it's the Node.js headers we build against that matter
(dictated by the `-t 8.14.0` flag we pass to `prebuildify`). However,
making the prebuilds on Current means we won't have to change this
job in the future (e.g. when removing Node.js 8)
- Use tar in AppVeyor too
- Add gzip compression to tar commands and shorten commands
- Rename `linux` to `linux-x64` to communicate absence of `x86`
- Rename `osx` to `darwin-x64`, same, as well as to match node platform
- Rename `win-x64` to `win32-x64`, same
- Create ARM prebuild(s) in separate job, only on tagged commits, skip
tests and coverage.1 parent 1d3dae0 commit 77b1e30
2 files changed
Lines changed: 39 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 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 | + | |
8 | 28 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 29 | + | |
| 30 | + | |
13 | 31 | | |
14 | 32 | | |
15 | | - | |
| 33 | + | |
16 | 34 | | |
17 | 35 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
22 | 39 | | |
23 | 40 | | |
24 | 41 | | |
| |||
28 | 45 | | |
29 | 46 | | |
30 | 47 | | |
31 | | - | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
0 commit comments