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 44fb6a2

Browse files
Merge pull request amejiarosario#68 from amejiarosario/chore/build-changes
Chore/build changes
2 parents e573929 + d3faa71 commit 44fb6a2

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

‎.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs: # a collection of steps
5252

5353
docs:
5454
docker:
55-
- image: circleci/ruby:2.5.3-stretch-node
55+
- image: circleci/ruby:2.7.1-buster-node
5656
environment:
5757
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
5858
steps:
@@ -84,7 +84,7 @@ jobs: # a collection of steps
8484

8585
- run:
8686
name: Bundle Install.pre - needed for mathematical -> 'asciidoctor-mathematical' gem
87-
command: sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx
87+
command: sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev
8888

8989
- run:
9090
name: Bundle Install.pre - install GraphicsMagick for 'prawn-gmagick' gem

‎Dockerfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
FROM circleci/ruby:2.5.3-stretch-node
2+
# FROM circleci/ruby:2.7.1-buster-node
3+
4+
COPY . /app
5+
6+
RUN node -v
7+
RUN ruby -v
8+
RUN bundle -v
9+
10+
RUN apt-get update && apt-get install -y \
11+
graphviz \
12+
graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat
13+
14+
RUN cd book/config && bundle install
15+
16+
CMD cd book/config && make VERSION="$(npx -c 'echo "$npm_package_version"')"

‎book/config

Submodule config updated from 8d7eb9c to 1216acc

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"scripts": {
1616
"test": "jest --verbose",
1717
"watch": "jest --watch --verbose --coverage",
18+
"ci": "npx eslint src/ && jest --coverage",
1819
"coverage": "jest --coverage && open coverage/lcov-report/index.html",
1920
"coverage:win": "jest --coverage && cmd.exe /C start coverage/lcov-report/index.html",
2021
"lint": "npx eslint --fix --format codeframe src/",
21-
"ci": "npx eslint src/ && jest src/ --coverage",
2222
"semantic-release": "semantic-release",
2323
"release:check": "semantic-release --dry-run"
2424
},

0 commit comments

Comments
(0)

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