Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Commit

Permalink
RPM & Pacman packages (#123)
Browse files Browse the repository at this point in the history
* trigger more packages

* add snap packages, add more information for linux package

* remove dep

* add snapcraft for building snap packages

* attempt to fix snap builds

* remove snap support, snapcraft not available on trusty
  • Loading branch information
bilelmoussaoui authored May 27, 2017
1 parent f76921d commit 433704a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
dist: trusty
sudo: required
osx_image: xcode8

language: node_js
node_js: 6

cache:
directories:
- node_modules

os:
- osx
- linux
matrix:
include:
- os: osx
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang

addons:
apt:
packages:
- icnsutils
- graphicsmagick
- xz-utils
- rpm
- bsdtar
- gcc-multilib
- g++-multilib

before_script:
- npm prune

script:
- npm run dist
- npm run dist --ia32 --x64

notifications:
slack: ramme:44ubE4BVf3FGi8OldEKL743J
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@
"category": "public.app-category.social-networking"
},
"linux": {
"synopsis": "Unofficial Instagram Desktop App",
"category": "Internet",
"packageCategory": "Network;",
"target": [
"deb",
"rpm",
"pacman",
"tar.gz",
"AppImage"
]
}
Expand Down

0 comments on commit 433704a

Please sign in to comment.