Skip to content

Commit

Permalink
Add all_images gem for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed May 16, 2022
1 parent 75ada77 commit 7555eda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .all_images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dockerfile: |-
RUN apk add --no-cache build-base git ragel
RUN gem update --system
RUN gem install gem_hadar bundler
script: &script |-
echo -e "\e[1m"
ruby -v
echo -e "\e[0m"
bundle
rake clean test

images:
ruby:3.1-alpine: *script
ruby:3.0-alpine: *script
ruby:2.7-alpine: *script
ruby:2.6-alpine: *script
ruby:2.5-alpine: *script
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ end

gem "rake"
gem "test-unit"
gem "all_images"

0 comments on commit 7555eda

Please sign in to comment.