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 4bdd5f4

Browse files
build: GraphicsMagick
1 parent 5204fb2 commit 4bdd5f4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,12 @@ jobs: # a collection of steps
6565
- ruby-{{ checksum "book/config/Gemfile.lock" }}
6666
- ruby-
6767
- run:
68-
name: install mathematical
69-
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 && MATHEMATICAL_USE_SYSTEM_LASEM=1 gem install mathematical
68+
name: install mathematical for 'asciidoctor-mathematical' gem
69+
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
70+
71+
- run:
72+
name: install GraphicsMagick for 'prawn-gmagick' gem
73+
command: cd book/config && bundle check || sudo apt-get -qq -y install python-software-properties software-properties-common && sudo add-apt-repository ppa:rwky/graphicsmagick && sudo apt-get update && sudo apt-get install graphicsmagick
7074

7175
- run:
7276
name: Bundle Install

0 commit comments

Comments
(0)

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