mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 14:38:40 -09:00
Add Travis dep for Linux (#1957)
`electron-builder` compatibility See https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build#to-build-app-in-32-bit-from-a-machine-with-64-bit
This commit is contained in:
parent
db35faa431
commit
221c3ce237
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ matrix:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
- gcc-multilib
|
||||||
|
- g++-multilib
|
||||||
- libgnome-keyring-dev
|
- libgnome-keyring-dev
|
||||||
- icnsutils
|
- icnsutils
|
||||||
- graphicsmagick
|
- graphicsmagick
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue