Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 732cf6f

Browse files
install deps for GraphicsMagick
1 parent 47dbd64 commit 732cf6f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs: # a collection of steps
4444
book:
4545
docker:
4646
- image: circleci/ruby:2.5.3-stretch
47+
environment:
48+
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
4749
steps:
4850
- add_ssh_keys:
4951
fingerprints:
@@ -67,9 +69,9 @@ jobs: # a collection of steps
6769
name: Bundle Install.pre - install mathematical for 'asciidoctor-mathematical' gem
6870
command: cd book/config && bundle check || sudo apt-get update && sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx
6971

70-
#- run:
71-
# name: Bundle Install.pre - install GraphicsMagick for 'prawn-gmagick' gem
72-
# command: cd book/config && bundle check || sudo apt-get -qq -y install software-properties-common && sudo apt-get -qq -y install graphicsmagick imagemagick
72+
- run:
73+
name: Bundle Install.pre - install GraphicsMagick for 'prawn-gmagick' gem
74+
command: cd book/config && bundle check || sudo apt-get -qq -y install graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat
7375

7476
- run:
7577
name: Bundle Install

‎book/config

Submodule config updated from 09cce5e to 4ff152c

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /