8000 RPM & Pacman packages by bilelmoussaoui · Pull Request #123 · terkelg/ramme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 3, 2019. It is now read-only.

RPM & Pacman packages #123

Merged
merged 6 commits into from
May 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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