summaryrefslogtreecommitdiff
path: root/.all_images.yml
diff options
context:
space:
mode:
Diffstat (limited to '.all_images.yml')
-rw-r--r--.all_images.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.all_images.yml b/.all_images.yml
new file mode 100644
index 0000000..9178beb
--- /dev/null
+++ b/.all_images.yml
@@ -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