Skip to content

Commit 69a6dbd

Browse files
committed
Separate compile ports and build gem
1 parent cb98ec1 commit 69a6dbd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@ jobs:
5555
- ports-<< parameters.ruby_version >>-
5656

5757
- run:
58-
name: compile ports and build gem
58+
name: compile ports
5959
command: |
60-
docker exec cimg_ruby bash -c 'bundle exec rake ports && bundle exec rake build'
60+
docker exec cimg_ruby bash -c 'bundle exec rake ports'
61+
62+
- run:
63+
name: build gem
64+
command: |
65+
docker exec cimg_ruby bash -c 'bundle exec rake build'
6166
6267
- run:
6368
name: Fix permissions on ports directory

0 commit comments

Comments
 (0)