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

Create explicit CI job matrix#585

Merged
vweevers merged 1 commit intomasterfrom
ci-matrix
Jan 27, 2019
Merged

Create explicit CI job matrix#585
vweevers merged 1 commit intomasterfrom
ci-matrix

Conversation

@vweevers
Copy link
Copy Markdown
Member

@vweevers vweevers commented Jan 27, 2019

Working towards:

leveldown prebuilds 9

Comment thread .travis.yml Outdated
Comment thread .travis.yml Outdated
Comment thread .travis.yml Outdated
Copy link
Copy Markdown
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!

Comment thread package.json Outdated
- 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