We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compile ports
build gem
1 parent cb98ec1 commit 69a6dbdCopy full SHA for 69a6dbd
.circleci/config.yml
@@ -55,9 +55,14 @@ jobs:
55
- ports-<< parameters.ruby_version >>-
56
57
- run:
58
- name: compile ports and build gem
+ name: compile ports
59
command: |
60
- docker exec cimg_ruby bash -c 'bundle exec rake ports && bundle exec rake build'
+ 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'
66
67
68
name: Fix permissions on ports directory
0 commit comments