mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add snapcraft build (#3216)
https://docs.snapcraft.io/build-snaps/electron
This commit is contained in:
parent
6a262d0212
commit
23c4945a12
2 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ addons:
|
|||
- snapd
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo snap install snapcraft --classic; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
|
||||
|
||||
cache: yarn
|
||||
|
|
|
|||
|
|
@ -147,6 +147,10 @@
|
|||
{
|
||||
"target": "rpm",
|
||||
"arch": ["x64"]
|
||||
},
|
||||
{
|
||||
"target": "snap",
|
||||
"arch": ["x64"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue