Document how to build for all platforms on Travis
See original GitHub issue- Version: 19.8.0
- Target: macOS, Linux, Windows
Version 19.6.0 introduced support for building Windows target on macOS. It’s awesome that I can drop AppVeyor, but would be nice if it was documented how to set this up on Travis.
For example, can I do electron-builder -mwl
in a dist
npm run script and will electron-builder
ignore building the Windows and macOS apps when running in the Linux image on Travis and ignore building the Linux app on the macOS image on Travis, or do I need a complicated .travis.yml
?
Would be nice if electron-builder had a simple mode for this. I can imagine this would be the most common use-case.
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
Customizing the Build - Travis CI Docs
Builds on Travis CI are configured mostly through the build configuration stored in the file .travis.yml in your repository. This allows your configuration...
Read more >Travis CI - The Haskell Tool Stack
This page documents how to use Stack on Travis CI. ... also be interested in using AppVeyor, which supports Windows builds, for more...
Read more >Migrate from Travis to Azure Pipelines - Microsoft Learn
Azure Pipelines is more than just a Continuous Integration tool, it's a flexible build and release orchestration platform.
Read more >Travis CI — conan 1.45.0 documentation
You can use the Travis CI cloud service to automatically build and test your project in Linux/MacOS environments in the cloud. It is...
Read more >Create a Build Pipeline with Travis CI - Baeldung
The build platform documentation covers all available environments and their differences. Just remember that if we change the platform, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
where
release
script in yourpackage.json
something likeyarn compile && electron-builder
.Example will be provided as soon as I will create prebuilt for keytar 😃