refs #579 Install python in circleci

This commit is contained in:
AkiraFukushima 2018-09-26 22:01:03 +09:00
parent de4f463371
commit 7fd48788d7
2 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,11 @@ jobs:
working_directory: /var/opt/app
steps:
- checkout
- run:
name: python
command: |
apt-get update
apt-get install -y python build-essential libfontconfig-dev
- restore_cache:
name: Restoring cache - node_modules
keys:

View File

@ -87,6 +87,9 @@ We'd love you to contribute to Whalebird.
$ git clone https://github.com/h3poteto/whalebird-desktop.git
$ cd whalebird-desktop
# Install font config
$ sudo apt-get install libfontconfig-dev
# install dependencies
$ npm install