mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-22 13:40:13 +01:00
refs #579 Install python in circleci
This commit is contained in:
parent
de4f463371
commit
7fd48788d7
@ -6,6 +6,11 @@ jobs:
|
|||||||
working_directory: /var/opt/app
|
working_directory: /var/opt/app
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: python
|
||||||
|
command: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y python build-essential libfontconfig-dev
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restoring cache - node_modules
|
name: Restoring cache - node_modules
|
||||||
keys:
|
keys:
|
||||||
|
@ -87,6 +87,9 @@ We'd love you to contribute to Whalebird.
|
|||||||
$ git clone https://github.com/h3poteto/whalebird-desktop.git
|
$ git clone https://github.com/h3poteto/whalebird-desktop.git
|
||||||
$ cd whalebird-desktop
|
$ cd whalebird-desktop
|
||||||
|
|
||||||
|
# Install font config
|
||||||
|
$ sudo apt-get install libfontconfig-dev
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
$ npm install
|
$ npm install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user