Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants