Create deb packages on CircleCI

This commit is contained in:
Yuya Ochiai
2016-04-26 23:00:07 +09:00
parent 162b0ae632
commit 40eecf0dad
4 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ ENV PATH=$HOME/.nodebrew/current/bin:$PATH
USER root
RUN apt-get update && apt-get -y install wget bzip2 zip
# electron-builder
apt-get -y install ruby ruby-dev gcc make icnsutils graphicsmagick xz-utils && gem install fpm
USER xclient
# install Node.js
RUN curl -L git.io/nodebrew | perl - setup && nodebrew install-binary $NODE_VERSION && nodebrew use $NODE_VERSION

View File

@@ -3,3 +3,4 @@
set -ex
cd electron-mattermost
npm run package:all
npm run package:linux