Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Create explicit CI job matrix #585

Merged
merged 1 commit into from
Jan 27, 2019
Merged

Create explicit CI job matrix #585

merged 1 commit into from
Jan 27, 2019

Conversation

vweevers
Copy link
Member

@vweevers vweevers commented Jan 27, 2019

Working towards:

leveldown prebuilds 9

.travis.yml Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
Copy link
Member

@ralphtheninja ralphtheninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

package.json Outdated Show resolved Hide resolved
- 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.
@vweevers vweevers merged commit 77b1e30 into master Jan 27, 2019
@vweevers vweevers deleted the ci-matrix branch January 27, 2019 15:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants