Skip to content

Commit 14eb6f6

Browse files
committed
feat(config): include aptfile and instalation in circleci
1 parent 8bc29f1 commit 14eb6f6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ commands:
3232
keys:
3333
- bundler-dependencies-{{ checksum "Gemfile.lock" }}
3434
- bundler-dependencies-
35+
- run:
36+
name: Install apt and vips buildpack dependencies
37+
command: |
38+
cd spec/dummy/
39+
xargs -a Aptfile sudo apt-get install
40+
sudo apt-get install libvips
3541
- run:
3642
name: Install bundle dependencies
3743
command: |

spec/dummy/Aptfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
libglib2.0-0
2+
libglib2.0-dev
3+
libpoppler-glib8
4+
libwebp-dev
5+
webp

0 commit comments

Comments
 (0)