Skip to content

Commit

Permalink
Merge pull request #53 from julianhille/feature/add-lots-of-missing-e…
Browse files Browse the repository at this point in the history
…lectron-prebuilds

Feature/add lots of missing electron prebuilds
  • Loading branch information
julianhille authored Oct 10, 2020
2 parents 229db8a + c02dc76 commit 4a63322
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,17 @@ env:
- ELECTRON_VERSION="6.1.10" ELECTRON_MOCHA=true
- ELECTRON_VERSION="7.1.14" ELECTRON_MOCHA=true
- ELECTRON_VERSION="7.2.4" ELECTRON_MOCHA=true
- ELECTRON_VERSION="7.3.3" ELECTRON_MOCHA=true
- ELECTRON_VERSION="8.0.3" ELECTRON_MOCHA=true
- ELECTRON_VERSION="8.1.1" ELECTRON_MOCHA=true
- ELECTRON_VERSION="8.2.5" ELECTRON_MOCHA=true
- ELECTRON_VERSION="8.3.4" ELECTRON_MOCHA=true
- ELECTRON_VERSION="8.4.1" ELECTRON_MOCHA=true
- ELECTRON_VERSION="8.5.2" ELECTRON_MOCHA=true
- ELECTRON_VERSION="9.0.0" ELECTRON_MOCHA=true
- ELECTRON_VERSION="9.1.2" ELECTRON_MOCHA=true
- ELECTRON_VERSION="9.2.0" ELECTRON_MOCHA=true
- ELECTRON_VERSION="9.3.2" ELECTRON_MOCHA=true
- ELECTRON_VERSION="10.0.0" ELECTRON_MOCHA=true
- ELECTRON_VERSION="10.1.3" ELECTRON_MOCHA=true
- MUSL=true NODE_NVM_VERSION="9.11.1"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

* Electron 7.3, 8.3, 8.4, 8.5 and 9.3

## [1.4.3] - 2020-10-09

### Fixed
Expand Down
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ environment:
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 10.0.0
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 9.3.2
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 9.2.0
Expand All @@ -30,6 +34,18 @@ environment:
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 9.0.0
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 8.5.2
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 8.4.1
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 8.3.4
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 8.2.5
Expand All @@ -42,6 +58,10 @@ environment:
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 8.0.3
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 7.3.3
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 7.2.4
Expand Down

0 comments on commit 4a63322

Please sign in to comment.