-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Building Snaps on Travis CI Trusty #1736
Comments
2.x is required. |
Please use Docker if you don't want to configure all this hell. |
@develar thank you for the quick response. This does not exactly answer any of my questions however. From the wiki: https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build
This would suggest to me that my Travis config is correct. As for your recommendation about Docker, how would I obtain a Docker image for electron-builder? |
We provide prebuilt docker images — https://github.com/electron-userland/electron-builder/wiki/Docker — I cannot provide you example for Travis, but for CircleCI — https://github.com/electron-userland/electron-builder/blob/master/circle.yml Anyway, should be easy, please see https://docs.travis-ci.com/user/docker/
I will fix docs. |
Thanks! |
electron-builder: ^19.7.1
snapcraft : 1.1.0
Travis: sudo: required, dist: trusty, node: '8'
Linux x64 snap
Running:
results in the following:
I have a feeling this has to do with electron-builder expecting a newer version of snapcraft than what I can wrangle onto Travis CI. Is this a no go due to the age of the distros that Travis CI supports? Could anyone recommend using an older version of electron-builder instead or a way to get a newer version of snapcraft onto Travis CI? The build works fine on my dev machine running Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: